public class GotoStmt extends JumpStmt
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
void |
setTarget(Block target) |
|
Block |
target() |
|
void |
visit(TreeVisitor visitor) |
|
void |
visitForceChildren(TreeVisitor visitor) |
Visit the children of this node.
|
catchTargets, copyIntoblock, cleanup, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnlypublic GotoStmt(Block target)
target - The basic Block that is the target of this goto statement.public void setTarget(Block target)
public Block target()
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Nodepublic void visit(TreeVisitor visitor)