public class Block extends Statement
| Constructor and Description |
|---|
Block() |
| Modifier and Type | Method and Description |
|---|---|
List<BlockStatement> |
getStatements() |
void |
setStatements(List<BlockStatement> statements) |
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 List<BlockStatement> getStatements()
public void setStatements(List<BlockStatement> statements)
protected void visitChildren(Visitors visitors)
visitChildren in class StatementCopyright © 2013. All rights reserved.