public abstract class Statement extends JavaNode implements BlockStatement
| Constructor and Description |
|---|
Statement() |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getLabel() |
void |
setLabel(Identifier label) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Identifier getLabel()
public void setLabel(Identifier label)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.