org.eclipse.modisco.omg.gastm
Interface ForStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, LoopStatement, Statement
All Known Subinterfaces:
ForCheckAfterStatement, ForCheckBeforeStatement

public interface ForStatement
extends LoopStatement

A representation of the model object 'For Statement'.

The following features are supported:

See Also:
GASTMPackage.getForStatement()
Generated:
Model:
abstract="true"

Method Summary
  getInitBody()
          Returns the value of the 'Init Body' containment reference list.
  getIterationBody()
          Returns the value of the 'Iteration Body' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.LoopStatement
getBody, getCondition, setBody, setCondition
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getInitBody

 getInitBody()
Returns the value of the 'Init Body' containment reference list. The list contents are of type Expression.

If the meaning of the 'Init Body' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Init Body' containment reference list.
See Also:
GASTMPackage.getForStatement_InitBody()
Generated:
Model:
containment="true"

getIterationBody

 getIterationBody()
Returns the value of the 'Iteration Body' containment reference list. The list contents are of type Expression.

If the meaning of the 'Iteration Body' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Iteration Body' containment reference list.
See Also:
GASTMPackage.getForStatement_IterationBody()
Generated:
Model:
containment="true"