Uses of Interface
org.eclipse.gmt.modisco.java.AbstractMethodDeclaration

Packages that use AbstractMethodDeclaration
org.eclipse.gmt.modisco.java   
org.eclipse.gmt.modisco.java.cdo.util   
org.eclipse.gmt.modisco.java.emf.classic.util   
org.eclipse.gmt.modisco.java.emf.util   
org.eclipse.gmt.modisco.java.nousages.cdo.util   
org.eclipse.gmt.modisco.java.nousages.util   
org.eclipse.gmt.modisco.java.queries.text   
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter   
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls   
org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls   
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java
 

Subinterfaces of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java
 interface ConstructorDeclaration
          A representation of the model object 'Constructor Declaration'.
 interface MethodDeclaration
          A representation of the model object 'Method Declaration'.
 interface UnresolvedMethodDeclaration
          A representation of the model object 'Unresolved Method Declaration'.
 

Methods in org.eclipse.gmt.modisco.java that return AbstractMethodDeclaration
 AbstractMethodDeclaration AbstractMethodInvocation.getMethod()
          Returns the value of the 'Method' reference.
 AbstractMethodDeclaration MethodRef.getMethod()
          Returns the value of the 'Method' reference.
 AbstractMethodDeclaration SingleVariableDeclaration.getMethodDeclaration()
          Returns the value of the 'Method Declaration' container reference.
 

Methods in org.eclipse.gmt.modisco.java with parameters of type AbstractMethodDeclaration
 void AbstractMethodInvocation.setMethod(AbstractMethodDeclaration value)
          Sets the value of the 'Method' reference.
 void MethodRef.setMethod(AbstractMethodDeclaration value)
          Sets the value of the 'Method' reference.
 void SingleVariableDeclaration.setMethodDeclaration(AbstractMethodDeclaration value)
          Sets the value of the 'Method Declaration' container reference.
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.cdo.util with parameters of type AbstractMethodDeclaration
 T JavaSwitch.caseAbstractMethodDeclaration(AbstractMethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Abstract Method Declaration'.
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java.emf.classic.util
 

Methods in org.eclipse.gmt.modisco.java.emf.classic.util with parameters of type AbstractMethodDeclaration
 T JavaSwitch.caseAbstractMethodDeclaration(AbstractMethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Abstract Method Declaration'.
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java.emf.util
 

Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type AbstractMethodDeclaration
 T JavaSwitch.caseAbstractMethodDeclaration(AbstractMethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Abstract Method Declaration'.
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java.nousages.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.util with parameters of type AbstractMethodDeclaration
 T JavaSwitch.caseAbstractMethodDeclaration(AbstractMethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Abstract Method Declaration'.
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java.nousages.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.util with parameters of type AbstractMethodDeclaration
 T JavaSwitch.caseAbstractMethodDeclaration(AbstractMethodDeclaration object)
          Returns the result of interpreting the object as an instance of 'Abstract Method Declaration'.
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java.queries.text
 

Methods in org.eclipse.gmt.modisco.java.queries.text with parameters of type AbstractMethodDeclaration
 java.lang.String GetAbstractMethodDeclarationText.evaluate(AbstractMethodDeclaration context, ParameterValueList parameterValues)
           
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter
 

Methods in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter with parameters of type AbstractMethodDeclaration
 CallNode MethodCallsJavaBridge.getCallNode(Resource resource, AbstractMethodDeclaration targetOperation)
          Deprecated. From provided resource, which should contains a CallsModel element, we will retrieve CallNode element which has been linked with provided java operation.
 

Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls
 

Methods in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls that return AbstractMethodDeclaration
 AbstractMethodDeclaration CallNode.getJavaMethod()
          Deprecated. Returns the value of the 'Java Method' reference.
 

Methods in org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls with parameters of type AbstractMethodDeclaration
 void CallNode.setJavaMethod(AbstractMethodDeclaration value)
          Deprecated. Sets the value of the ' Java Method' reference.
 

Uses of AbstractMethodDeclaration in org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls
 

Methods in org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls that return AbstractMethodDeclaration
 AbstractMethodDeclaration CallNode.getJavaMethod()
          Returns the value of the 'Java Method' reference.
 

Methods in org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls with parameters of type AbstractMethodDeclaration
 void CallNode.setJavaMethod(AbstractMethodDeclaration value)
          Sets the value of the 'Java Method' reference.