public interface MemberObject extends MinorSyntaxObject
The following features are supported:
GASTMPackage.getMemberObject()| Modifier and Type | Method and Description |
|---|---|
DefinitionObject |
getMember()
Returns the value of the 'Member' containment reference.
|
java.lang.Integer |
getOffset()
Returns the value of the 'Offset' attribute.
|
void |
setMember(DefinitionObject value)
Sets the value of the '
Member' containment reference. |
void |
setOffset(java.lang.Integer value)
Sets the value of the '
Offset' attribute. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfojava.lang.Integer getOffset()
If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
setOffset(Integer),
GASTMPackage.getMemberObject_Offset()void setOffset(java.lang.Integer value)
Offset' attribute.
value - the new value of the 'Offset' attribute.getOffset()DefinitionObject getMember()
If the meaning of the 'Member' containment reference isn't clear, there really should be more of a description here...
setMember(DefinitionObject),
GASTMPackage.getMemberObject_Member()void setMember(DefinitionObject value)
Member' containment reference.
value - the new value of the 'Member' containment reference.getMember()