public interface AbstractMethodInvocation extends ASTNode
The following features are supported:
JavaPackage.getAbstractMethodInvocation()| Modifier and Type | Method and Description |
|---|---|
|
getArguments()
Returns the value of the 'Arguments' containment reference list.
|
AbstractMethodDeclaration |
getMethod()
Returns the value of the 'Method' reference.
|
|
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'.
If the meaning of the 'Method' reference isn't clear, there really should be more of a description here...
setMethod(AbstractMethodDeclaration),
JavaPackage.getAbstractMethodInvocation_Method(),
AbstractMethodDeclaration.getUsages()void setMethod(AbstractMethodDeclaration value)
Method' reference.
value - the new value of the 'Method' reference.getMethod()getArguments()
Expression.
If the meaning of the 'Arguments' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractMethodInvocation_Arguments()getTypeArguments()
TypeAccess.
If the meaning of the 'Type Arguments' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getAbstractMethodInvocation_TypeArguments()