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.
|
org.eclipse.emf.common.util.EList<MethodRefParameter> |
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'.
setMethod(AbstractMethodDeclaration),
JavaPackage.getMethodRef_Method(),
AbstractMethodDeclaration.getUsagesInDocComments()void setMethod(AbstractMethodDeclaration value)
Method' reference.
value - the new value of the 'Method' reference.getMethod()TypeAccess getQualifier()
setQualifier(TypeAccess),
JavaPackage.getMethodRef_Qualifier()void setQualifier(TypeAccess value)
Qualifier' containment reference.
value - the new value of the 'Qualifier' containment reference.getQualifier()org.eclipse.emf.common.util.EList<MethodRefParameter> getParameters()
MethodRefParameter.
JavaPackage.getMethodRef_Parameters()Copyright © 2018–2020 Atlanmod. All rights reserved.