| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
GASTMFactory.createSourceLocation()
Returns a new object of class 'Source Location'.
|
SourceLocation |
GASTMSyntaxObject.getLocationInfo()
Returns the value of the 'Location Info' containment reference.
|
SourceLocation |
SourceFileReference.getLocationInfo()
Returns the value of the 'Location Info' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GASTMSyntaxObject.setLocationInfo(SourceLocation value)
Sets the value of the '
Location Info' containment reference. |
void |
SourceFileReference.setLocationInfo(SourceLocation value)
Sets the value of the '
Location Info' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseSourceLocation(SourceLocation object)
Returns the result of interpreting the object as an instance of 'Source Location'.
|