public interface SwitchStatement extends Statement
The following features are supported:
GASTMPackage.getSwitchStatement()| Modifier and Type | Method and Description |
|---|---|
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. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression 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()