public class ForStatement extends Statement
| Constructor and Description |
|---|
ForStatement() |
| Modifier and Type | Method and Description |
|---|---|
ForControl |
getControl() |
Statement |
getStatement() |
void |
setControl(ForControl control) |
void |
setStatement(Statement statement) |
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 ForControl getControl()
public Statement getStatement()
public void setControl(ForControl control)
public void setStatement(Statement statement)
protected void visitChildren(Visitors visitors)
visitChildren in class StatementCopyright © 2013. All rights reserved.