org.eclipse.modisco.omg.gastm
Interface QualifiedIdentifierReference

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject, NameReference
All Known Subinterfaces:
QualifiedOverData, QualifiedOverPointer

public interface QualifiedIdentifierReference
extends NameReference

A representation of the model object 'Qualified Identifier Reference'.

The following features are supported:

See Also:
GASTMPackage.getQualifiedIdentifierReference()
Generated:
Model:
abstract="true"

Method Summary
 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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.NameReference
getName, getRefersTo, setName, setRefersTo
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getQualifiers

Expression getQualifiers()
Returns the value of the 'Qualifiers' containment reference.

If the meaning of the 'Qualifiers' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Qualifiers' containment reference.
See Also:
setQualifiers(Expression), GASTMPackage.getQualifiedIdentifierReference_Qualifiers()
Generated:
Model:
containment="true" required="true"

setQualifiers

void setQualifiers(Expression value)
Sets the value of the 'Qualifiers' containment reference.

Parameters:
value - the new value of the 'Qualifiers' containment reference.
See Also:
getQualifiers()
Generated:

getMember

IdentifierReference getMember()
Returns the value of the 'Member' containment reference.

If the meaning of the 'Member' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Member' containment reference.
See Also:
setMember(IdentifierReference), GASTMPackage.getQualifiedIdentifierReference_Member()
Generated:
Model:
containment="true" required="true"

setMember

void setMember(IdentifierReference value)
Sets the value of the 'Member' containment reference.

Parameters:
value - the new value of the 'Member' containment reference.
See Also:
getMember()
Generated: