|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractMethodInvocation
A representation of the model object 'Abstract Method Invocation'.
The following features are supported:
JavaPackage.getAbstractMethodInvocation()
Method Summary | |
---|---|
|
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. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
AbstractMethodDeclaration 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |