| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoWhileStatement
A representation of the model object 'Do While Statement'.
|
interface |
ForCheckAfterStatement
A representation of the model object 'For Check After Statement'.
|
interface |
ForCheckBeforeStatement
A representation of the model object 'For Check Before Statement'.
|
interface |
ForStatement
A representation of the model object 'For Statement'.
|
interface |
WhileStatement
A representation of the model object 'While Statement'.
|
| Modifier and Type | Method and Description |
|---|---|
LoopStatement |
GASTMFactory.createLoopStatement()
Returns a new object of class 'Loop Statement'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseLoopStatement(LoopStatement object)
Returns the result of interpreting the object as an instance of 'Loop Statement'.
|