| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Method and Description |
|---|---|
LabelAccess |
GASTMFactory.createLabelAccess()
Returns a new object of class 'Label Access'.
|
LabelAccess |
BreakStatement.getTarget()
Returns the value of the 'Target' containment reference.
|
LabelAccess |
ContinueStatement.getTarget()
Returns the value of the 'Target' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreakStatement.setTarget(LabelAccess value)
Sets the value of the '
Target' containment reference. |
void |
ContinueStatement.setTarget(LabelAccess value)
Sets the value of the '
Target' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseLabelAccess(LabelAccess object)
Returns the result of interpreting the object as an instance of 'Label Access'.
|