public abstract class JumpStmt extends Stmt
| Constructor and Description |
|---|
JumpStmt() |
| Modifier and Type | Method and 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.
|
cleanupOnly, cloneblock, cleanup, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitForceChildren, visitOnlypublic java.util.Collection catchTargets()