public interface ForStatement extends Statement
The following features are supported:
JavaPackage.getForStatement()| Modifier and Type | Method and Description |
|---|---|
Statement |
getBody()
Returns the value of the 'Body' containment reference.
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
|
getInitializers()
Returns the value of the 'Initializers' containment reference list.
|
|
getUpdaters()
Returns the value of the 'Updaters' containment reference list.
|
void |
setBody(Statement value)
Sets the value of the '
Body' containment reference. |
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitExpression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
JavaPackage.getForStatement_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()getUpdaters()
Expression.
If the meaning of the 'Updaters' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getForStatement_Updaters()getInitializers()
Expression.
If the meaning of the 'Initializers' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getForStatement_Initializers()Statement getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Statement),
JavaPackage.getForStatement_Body()