
public class JThrowStatement extends JStatement
| Constructor and Description |
|---|
JThrowStatement(SourceInfo info,
JExpression expr) |
| Modifier and Type | Method and Description |
|---|---|
JExpression |
getExpr() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
boolean |
unconditionalControlBreak() |
getSourceInfo, setSourceInfo, toSource, toStringpublic JThrowStatement(SourceInfo info, JExpression expr)
public JExpression getExpr()
public void traverse(JVisitor visitor, Context ctx)
JVisitablevisitor - the visitor that should traverse this nodectx - the context of an existing traversalpublic boolean unconditionalControlBreak()
unconditionalControlBreak in class JStatementCopyright © 2018. All rights reserved.