| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaseBlock
A representation of the model object 'Case Block'.
|
interface |
DefaultBlock
A representation of the model object 'Default Block'.
|
| Modifier and Type | Method and Description |
|---|---|
SwitchCase |
GASTMFactory.createSwitchCase()
Returns a new object of class 'Switch Case'.
|
SwitchCase |
SwitchStatement.getCases()
Returns the value of the 'Cases' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchStatement.setCases(SwitchCase value)
Sets the value of the '
Cases' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseSwitchCase(SwitchCase object)
Returns the result of interpreting the object as an instance of 'Switch Case'.
|