org.eclipse.modisco.omg.gastm
Interface LoopStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement
All Known Subinterfaces:
DoWhileStatement, ForCheckAfterStatement, ForCheckBeforeStatement, ForStatement, WhileStatement

public interface LoopStatement
extends Statement

A representation of the model object 'Loop Statement'.

The following features are supported:

See Also:
GASTMPackage.getLoopStatement()
Generated:
Model:

Method Summary
 Statement getBody()
          Returns the value of the 'Body' containment reference.
 Expression getCondition()
          Returns the value of the 'Condition' containment reference.
 void setBody(Statement value)
          Sets the value of the 'Body' containment reference.
 void setCondition(Expression value)
          Sets the value of the 'Condition' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getCondition

Expression getCondition()
Returns the value of the 'Condition' containment reference.

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

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(Expression), GASTMPackage.getLoopStatement_Condition()
Generated:
Model:
containment="true" required="true"

setCondition

void setCondition(Expression value)
Sets the value of the 'Condition' containment reference.

Parameters:
value - the new value of the 'Condition' containment reference.
See Also:
getCondition()
Generated:

getBody

Statement getBody()
Returns the value of the 'Body' containment reference.

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

Returns:
the value of the 'Body' containment reference.
See Also:
setBody(Statement), GASTMPackage.getLoopStatement_Body()
Generated:
Model:
containment="true" required="true"

setBody

void setBody(Statement value)
Sets the value of the 'Body' containment reference.

Parameters:
value - the new value of the 'Body' containment reference.
See Also:
getBody()
Generated: