|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SwitchStatement
A representation of the model object 'Switch Statement'.
The following features are supported:
GASTMPackage.getSwitchStatement()
Method Summary | |
---|---|
SwitchCase |
getCases()
Returns the value of the 'Cases' reference. |
Expression |
getSwitchExpression()
Returns the value of the 'Switch Expression' containment reference. |
void |
setCases(SwitchCase value)
Sets the value of the ' Cases ' reference. |
void |
setSwitchExpression(Expression value)
Sets the value of the ' Switch Expression ' containment reference. |
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject |
---|
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo |
Method Detail |
---|
Expression getSwitchExpression()
If the meaning of the 'Switch Expression' containment reference isn't clear, there really should be more of a description here...
setSwitchExpression(Expression)
,
GASTMPackage.getSwitchStatement_SwitchExpression()
void setSwitchExpression(Expression value)
Switch Expression
' containment reference.
value
- the new value of the 'Switch Expression' containment reference.getSwitchExpression()
SwitchCase getCases()
If the meaning of the 'Cases' reference isn't clear, there really should be more of a description here...
setCases(SwitchCase)
,
GASTMPackage.getSwitchStatement_Cases()
void setCases(SwitchCase value)
Cases
' reference.
value
- the new value of the 'Cases' reference.getCases()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |