class JThrow extends java.lang.Object implements JStatement
Modifier and Type | Field and Description |
---|---|
private JExpression |
expr
JExpression to throw
|
Constructor and Description |
---|
JThrow(JExpression expr)
JThrow constructor
|
Modifier and Type | Method and Description |
---|---|
void |
state(JFormatter f) |
private JExpression expr
JThrow(JExpression expr)
expr
- JExpression which evaluates to JThrow valuepublic void state(JFormatter f)
state
in interface JStatement