public interface QualifiedIdentifierReference extends NameReference
The following features are supported:
GASTMPackage.getQualifiedIdentifierReference()| Modifier and Type | Method and Description |
|---|---|
IdentifierReference |
getMember()
Returns the value of the 'Member' containment reference.
|
Expression |
getQualifiers()
Returns the value of the 'Qualifiers' containment reference.
|
void |
setMember(IdentifierReference value)
Sets the value of the '
Member' containment reference. |
void |
setQualifiers(Expression value)
Sets the value of the '
Qualifiers' containment reference. |
getName, getRefersTo, setName, setRefersTogetExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getQualifiers()
If the meaning of the 'Qualifiers' containment reference isn't clear, there really should be more of a description here...
setQualifiers(Expression),
GASTMPackage.getQualifiedIdentifierReference_Qualifiers()void setQualifiers(Expression value)
Qualifiers' containment reference.
value - the new value of the 'Qualifiers' containment reference.getQualifiers()IdentifierReference getMember()
If the meaning of the 'Member' containment reference isn't clear, there really should be more of a description here...
setMember(IdentifierReference),
GASTMPackage.getQualifiedIdentifierReference_Member()void setMember(IdentifierReference value)
Member' containment reference.
value - the new value of the 'Member' containment reference.getMember()