public interface GASTMSyntaxObject extends GASTMObject
The following features are supported:
GASTMPackage.getGASTMSyntaxObject()| Modifier and Type | Method and Description |
|---|---|
|
getAnnotations()
Returns the value of the 'Annotations' containment reference list.
|
SourceLocation |
getLocationInfo()
Returns the value of the 'Location Info' containment reference.
|
|
getPreProcessorElements()
Returns the value of the 'Pre Processor Elements' containment reference list.
|
void |
setLocationInfo(SourceLocation value)
Sets the value of the '
Location Info' containment reference. |
SourceLocation 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.getGASTMSyntaxObject_LocationInfo()void setLocationInfo(SourceLocation value)
Location Info' containment reference.
value - the new value of the 'Location Info' containment reference.getLocationInfo()getPreProcessorElements()
PreprocessorElement.
If the meaning of the 'Pre Processor Elements' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getGASTMSyntaxObject_PreProcessorElements()getAnnotations()
AnnotationExpression.
If the meaning of the 'Annotations' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getGASTMSyntaxObject_Annotations()