public class LoopControl extends JavaNode implements ForControl
| Constructor and Description |
|---|
LoopControl() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getCondition() |
List<Expression> |
getInitExpressions() |
List<Expression> |
getUpdateExpressions() |
LocalVariableDeclaration |
getVariableDeclaration() |
void |
setCondition(Expression condition) |
void |
setInitExpressions(List<Expression> initExpressions) |
void |
setUpdateExpressions(List<Expression> updateExpressions) |
void |
setVariableDeclaration(LocalVariableDeclaration variableDeclaration) |
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 Expression getCondition()
public List<Expression> getInitExpressions()
public List<Expression> getUpdateExpressions()
public LocalVariableDeclaration getVariableDeclaration()
public void setCondition(Expression condition)
public void setInitExpressions(List<Expression> initExpressions)
public void setUpdateExpressions(List<Expression> updateExpressions)
public void setVariableDeclaration(LocalVariableDeclaration variableDeclaration)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.