org.eclipse.gmt.modisco.java
Interface MethodRef

All Superinterfaces:
ASTNode

public interface MethodRef
extends ASTNode

A representation of the model object 'Method Ref'.

The following features are supported:

See Also:
JavaPackage.getMethodRef()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getMethod

AbstractMethodDeclaration getMethod()
Returns the value of the 'Method' reference. It is bidirectional and its opposite is 'Usages In Doc Comments'.

If the meaning of the 'Method' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Method' reference.
See Also:
setMethod(AbstractMethodDeclaration), JavaPackage.getMethodRef_Method(), AbstractMethodDeclaration.getUsagesInDocComments()
Generated:
Model:
opposite="usagesInDocComments" required="true" ordered="false"

setMethod

void setMethod(AbstractMethodDeclaration value)
Sets the value of the 'Method' reference.

Parameters:
value - the new value of the 'Method' reference.
See Also:
getMethod()
Generated:

getQualifier

TypeAccess getQualifier()
Returns the value of the 'Qualifier' containment reference.

If the meaning of the 'Qualifier' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Qualifier' containment reference.
See Also:
setQualifier(TypeAccess), JavaPackage.getMethodRef_Qualifier()
Generated:
Model:
containment="true" ordered="false"

setQualifier

void setQualifier(TypeAccess value)
Sets the value of the 'Qualifier' containment reference.

Parameters:
value - the new value of the 'Qualifier' containment reference.
See Also:
getQualifier()
Generated:

getParameters

 getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of type MethodRefParameter.

If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameters' containment reference list.
See Also:
JavaPackage.getMethodRef_Parameters()
Generated:
Model:
containment="true"