public class LabelStmt extends Stmt
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
Label |
label() |
|
void |
visit(TreeVisitor visitor) |
|
void |
visitForceChildren(TreeVisitor visitor) |
Visit the children of this node.
|
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnlypublic LabelStmt(Label label)
label - The label that comprises this statement.public Label label()
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Nodepublic void visit(TreeVisitor visitor)