public interface MethodRef extends ASTNode
The following features are supported:
JavaPackage.getMethodRef()| Modifier and Type | Method and Description |
|---|---|
AbstractMethodDeclaration |
getMethod()
Returns the value of the 'Method' reference.
|
|
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
TypeAccess |
getQualifier()
Returns the value of the 'Qualifier' containment reference.
|
void |
setMethod(AbstractMethodDeclaration value)
Sets the value of the '
Method' reference. |
void |
setQualifier(TypeAccess value)
Sets the value of the '
Qualifier' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitAbstractMethodDeclaration getMethod()
Usages In Doc Comments'.
If the meaning of the 'Method' reference isn't clear, there really should be more of a description here...
setMethod(AbstractMethodDeclaration),
JavaPackage.getMethodRef_Method(),
AbstractMethodDeclaration.getUsagesInDocComments()void setMethod(AbstractMethodDeclaration value)
Method' reference.
value - the new value of the 'Method' reference.getMethod()TypeAccess getQualifier()
If the meaning of the 'Qualifier' containment reference isn't clear, there really should be more of a description here...
setQualifier(TypeAccess),
JavaPackage.getMethodRef_Qualifier()void setQualifier(TypeAccess value)
Qualifier' containment reference.
value - the new value of the 'Qualifier' containment reference.getQualifier()getParameters()
MethodRefParameter.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getMethodRef_Parameters()