|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoopStatement
A representation of the model object 'Loop Statement'.
The following features are supported:
GASTMPackage.getLoopStatement()
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 |
---|
Expression 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()
void setBody(Statement value)
Body
' containment reference.
value
- the new value of the 'Body' containment reference.getBody()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |