org.eclipse.gmt.modisco.java
Interface UnresolvedItemAccess

All Superinterfaces:
ASTNode, Expression, NamespaceAccess

public interface UnresolvedItemAccess
extends Expression, NamespaceAccess

A representation of the model object 'Unresolved Item Access'.

The following features are supported:

See Also:
JavaPackage.getUnresolvedItemAccess()
Generated:
Model:

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

Method Detail

getElement

UnresolvedItem getElement()
Returns the value of the 'Element' reference.

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

Returns:
the value of the 'Element' reference.
See Also:
setElement(UnresolvedItem), JavaPackage.getUnresolvedItemAccess_Element()
Generated:
Model:
ordered="false"

setElement

void setElement(UnresolvedItem value)
Sets the value of the 'Element' reference.

Parameters:
value - the new value of the 'Element' reference.
See Also:
getElement()
Generated:

getQualifier

ASTNode 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(ASTNode), JavaPackage.getUnresolvedItemAccess_Qualifier()
Generated:
Model:
containment="true" ordered="false"

setQualifier

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

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