GotoStmt, IfStmt, JsrStmt, RetStmt, ReturnExprStmt, ReturnStmt, SwitchStmt, ThrowStmtpublic abstract class JumpStmt extends Stmt
| Constructor | Description |
|---|---|
JumpStmt() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection |
catchTargets() |
The Block containing this JumpStmt may lie within a
try block (i.e.
|
protected Node |
copyInto(Node node) |
Copies the contents of one Node into another.
|
block, cleanup, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitForceChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnly, clonepublic java.util.Collection catchTargets()