public interface SourceLocation extends GASTMSourceObject
The following features are supported:
GASTMPackage.getSourceLocation()| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getEndLine()
Returns the value of the 'End Line' attribute.
|
java.lang.Integer |
getEndPosition()
Returns the value of the 'End Position' attribute.
|
SourceFile |
getInSourceFile()
Returns the value of the 'In Source File' containment reference.
|
java.lang.Integer |
getStartLine()
Returns the value of the 'Start Line' attribute.
|
java.lang.Integer |
getStartPosition()
Returns the value of the 'Start Position' attribute.
|
void |
setEndLine(java.lang.Integer value)
Sets the value of the '
End Line' attribute. |
void |
setEndPosition(java.lang.Integer value)
Sets the value of the '
End Position' attribute. |
void |
setInSourceFile(SourceFile value)
Sets the value of the '
In Source File' containment reference. |
void |
setStartLine(java.lang.Integer value)
Sets the value of the '
Start Line' attribute. |
void |
setStartPosition(java.lang.Integer value)
Sets the value of the '
Start Position' attribute. |
java.lang.Integer getStartLine()
If the meaning of the 'Start Line' attribute isn't clear, there really should be more of a description here...
setStartLine(Integer),
GASTMPackage.getSourceLocation_StartLine()void setStartLine(java.lang.Integer value)
Start Line' attribute.
value - the new value of the 'Start Line' attribute.getStartLine()java.lang.Integer getStartPosition()
If the meaning of the 'Start Position' attribute isn't clear, there really should be more of a description here...
setStartPosition(Integer),
GASTMPackage.getSourceLocation_StartPosition()void setStartPosition(java.lang.Integer value)
Start Position' attribute.
value - the new value of the 'Start Position' attribute.getStartPosition()java.lang.Integer getEndLine()
If the meaning of the 'End Line' attribute isn't clear, there really should be more of a description here...
setEndLine(Integer),
GASTMPackage.getSourceLocation_EndLine()void setEndLine(java.lang.Integer value)
End Line' attribute.
value - the new value of the 'End Line' attribute.getEndLine()java.lang.Integer getEndPosition()
If the meaning of the 'End Position' attribute isn't clear, there really should be more of a description here...
setEndPosition(Integer),
GASTMPackage.getSourceLocation_EndPosition()void setEndPosition(java.lang.Integer value)
End Position' attribute.
value - the new value of the 'End Position' attribute.getEndPosition()SourceFile getInSourceFile()
If the meaning of the 'In Source File' containment reference isn't clear, there really should be more of a description here...
setInSourceFile(SourceFile),
GASTMPackage.getSourceLocation_InSourceFile()void setInSourceFile(SourceFile value)
In Source File' containment reference.
value - the new value of the 'In Source File' containment reference.getInSourceFile()