public interface AbstractMethodInvocation extends ASTNode
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Expression> |
getArguments()
Returns the value of the 'Arguments' containment reference list.
|
AbstractMethodDeclaration |
getMethod()
Returns the value of the 'Method' reference.
|
org.eclipse.emf.common.util.EList<TypeAccess> |
getTypeArguments()
Returns the value of the 'Type Arguments' containment reference list.
|
void |
setMethod(AbstractMethodDeclaration value)
Sets the value of the '
Method' reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitAbstractMethodDeclaration getMethod()
Usages'.
setMethod(AbstractMethodDeclaration),
JavaPackage.getAbstractMethodInvocation_Method(),
AbstractMethodDeclaration.getUsages()void setMethod(AbstractMethodDeclaration value)
Method' reference.
value - the new value of the 'Method' reference.getMethod()org.eclipse.emf.common.util.EList<Expression> getArguments()
Expression.
JavaPackage.getAbstractMethodInvocation_Arguments()org.eclipse.emf.common.util.EList<TypeAccess> getTypeArguments()
TypeAccess.
JavaPackage.getAbstractMethodInvocation_TypeArguments()Copyright © 2018–2020 Atlanmod. All rights reserved.