| Constructor and Description |
|---|
SwitchBlock() |
| Modifier and Type | Method and Description |
|---|---|
List<SwitchLabel> |
getLabels() |
List<BlockStatement> |
getStatements() |
void |
setLabels(List<SwitchLabel> labels) |
void |
setStatements(List<BlockStatement> statements) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitpublic List<SwitchLabel> getLabels()
public List<BlockStatement> getStatements()
public void setLabels(List<SwitchLabel> labels)
public void setStatements(List<BlockStatement> statements)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.