|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IfStatement
A representation of the model object 'If Statement'.
The following features are supported:
GASTMPackage.getIfStatement()| Method Summary | |
|---|---|
Expression |
getCondition()
Returns the value of the 'Condition' containment reference. |
Statement |
getElseBody()
Returns the value of the 'Else Body' containment reference. |
Statement |
getThenBody()
Returns the value of the 'Then Body' containment reference. |
void |
setCondition(Expression value)
Sets the value of the ' Condition' containment reference. |
void |
setElseBody(Statement value)
Sets the value of the ' Else Body' containment reference. |
void |
setThenBody(Statement value)
Sets the value of the ' Then Body' 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.getIfStatement_Condition()void setCondition(Expression value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()Statement getThenBody()
If the meaning of the 'Then Body' containment reference isn't clear, there really should be more of a description here...
setThenBody(Statement),
GASTMPackage.getIfStatement_ThenBody()void setThenBody(Statement value)
Then Body' containment reference.
value - the new value of the 'Then Body' containment reference.getThenBody()Statement getElseBody()
If the meaning of the 'Else Body' containment reference isn't clear, there really should be more of a description here...
setElseBody(Statement),
GASTMPackage.getIfStatement_ElseBody()void setElseBody(Statement value)
Else Body' containment reference.
value - the new value of the 'Else Body' containment reference.getElseBody()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||