org.eclipse.gmt.modisco.java
Interface AbstractTypeQualifiedExpression

All Superinterfaces:
ASTNode, Expression
All Known Subinterfaces:
SuperFieldAccess, SuperMethodInvocation, ThisExpression

public interface AbstractTypeQualifiedExpression
extends Expression

A representation of the model object 'Abstract Type Qualified Expression'.

The following features are supported:

See Also:
JavaPackage.getAbstractTypeQualifiedExpression()
Generated:
Model:
abstract="true"

Method Summary
 TypeAccess getQualifier()
          Returns the value of the 'Qualifier' containment reference.
 void setQualifier(TypeAccess value)
          Sets the value of the 'Qualifier' containment reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getQualifier

TypeAccess getQualifier()
Returns the value of the 'Qualifier' containment reference.

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

Returns:
the value of the 'Qualifier' containment reference.
See Also:
setQualifier(TypeAccess), JavaPackage.getAbstractTypeQualifiedExpression_Qualifier()
Generated:
Model:
containment="true" ordered="false"

setQualifier

void setQualifier(TypeAccess value)
Sets the value of the 'Qualifier' containment reference.

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