public interface UnresolvedItemAccess extends Expression, NamespaceAccess
The following features are supported:
JavaPackage.getUnresolvedItemAccess()| Modifier and Type | Method and Description |
|---|---|
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. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitUnresolvedItem getElement()
If the meaning of the 'Element' reference isn't clear, there really should be more of a description here...
setElement(UnresolvedItem),
JavaPackage.getUnresolvedItemAccess_Element()void setElement(UnresolvedItem value)
Element' reference.
value - the new value of the 'Element' reference.getElement()ASTNode getQualifier()
If the meaning of the 'Qualifier' containment reference isn't clear, there really should be more of a description here...
setQualifier(ASTNode),
JavaPackage.getUnresolvedItemAccess_Qualifier()void setQualifier(ASTNode value)
Qualifier' containment reference.
value - the new value of the 'Qualifier' containment reference.getQualifier()