| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Method and Description |
|---|---|
ProgramScope |
GASTMFactory.createProgramScope()
Returns a new object of class 'Program Scope'.
|
ProgramScope |
CompilationUnit.getOpensScope()
Returns the value of the 'Opens Scope' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompilationUnit.setOpensScope(ProgramScope value)
Sets the value of the '
Opens Scope' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseProgramScope(ProgramScope object)
Returns the result of interpreting the object as an instance of 'Program Scope'.
|