public interface ForStatement extends LoopStatement
The following features are supported:
GASTMPackage.getForStatement()| Modifier and Type | Method and Description |
|---|---|
|
getInitBody()
Returns the value of the 'Init Body' containment reference list.
|
|
getIterationBody()
Returns the value of the 'Iteration Body' containment reference list.
|
getBody, getCondition, setBody, setConditiongetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfogetInitBody()
Expression.
If the meaning of the 'Init Body' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getForStatement_InitBody()getIterationBody()
Expression.
If the meaning of the 'Iteration Body' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getForStatement_IterationBody()