public class GotoStmt extends JumpStmt
| Modifier and Type | Method and 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, copyIntocleanupOnlyblock, cleanup, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlypublic 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)