| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompilationUnit
A representation of the model object 'Compilation Unit'.
|
interface |
SourceFileReference
A representation of the model object 'Source File Reference'.
|
| Modifier and Type | Method and Description |
|---|---|
SourceFile |
GASTMFactory.createSourceFile()
Returns a new object of class 'Source File'.
|
SourceFile |
SourceLocation.getInSourceFile()
Returns the value of the 'In Source File' containment reference.
|
SourceFile |
SourceFileReference.getOfSourceFile()
Returns the value of the 'Of Source File' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceLocation.setInSourceFile(SourceFile value)
Sets the value of the '
In Source File' containment reference. |
void |
SourceFileReference.setOfSourceFile(SourceFile value)
Sets the value of the '
Of Source File' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseSourceFile(SourceFile object)
Returns the result of interpreting the object as an instance of 'Source File'.
|