public class ForEachControl extends NodeWithModifiers implements ForControl
| Constructor and Description |
|---|
ForEachControl() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getIterable() |
Type |
getType() |
Identifier |
getVariable() |
void |
setIterable(Expression iterable) |
void |
setType(Type type) |
void |
setVariable(Identifier variable) |
protected void |
visitChildren(Visitors visitors) |
getAnnotations, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setAnnotations, setFinal, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatilegetEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Expression getIterable()
public Type getType()
public Identifier getVariable()
public void setIterable(Expression iterable)
public void setType(Type type)
public void setVariable(Identifier variable)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeWithModifiersCopyright © 2013. All rights reserved.