public interface SourceFileReference extends SourceFile
The following features are supported:
GASTMPackage.getSourceFileReference()| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
getLocationInfo()
Returns the value of the 'Location Info' containment reference.
|
SourceFile |
getOfSourceFile()
Returns the value of the 'Of Source File' reference.
|
void |
setLocationInfo(SourceLocation value)
Sets the value of the '
Location Info' containment reference. |
void |
setOfSourceFile(SourceFile value)
Sets the value of the '
Of Source File' reference. |
getPath, setPathSourceLocation getLocationInfo()
If the meaning of the 'Location Info' containment reference isn't clear, there really should be more of a description here...
setLocationInfo(SourceLocation),
GASTMPackage.getSourceFileReference_LocationInfo()void setLocationInfo(SourceLocation value)
Location Info' containment reference.
value - the new value of the 'Location Info' containment reference.getLocationInfo()SourceFile getOfSourceFile()
If the meaning of the 'Of Source File' reference isn't clear, there really should be more of a description here...
setOfSourceFile(SourceFile),
GASTMPackage.getSourceFileReference_OfSourceFile()void setOfSourceFile(SourceFile value)
Of Source File' reference.
value - the new value of the 'Of Source File' reference.getOfSourceFile()