public interface LoopStatement extends Statement
The following features are supported:
GASTMPackage.getLoopStatement()| Modifier and Type | Method and Description |
|---|---|
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. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(Expression),
GASTMPackage.getLoopStatement_Condition()void setCondition(Expression value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()Statement getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Statement),
GASTMPackage.getLoopStatement_Body()