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

Packages that use AbstractMethodInvocation
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   
 

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

Subinterfaces of AbstractMethodInvocation in org.eclipse.gmt.modisco.java
 interface ClassInstanceCreation
          A representation of the model object 'Class Instance Creation'.
 interface ConstructorInvocation
          A representation of the model object 'Constructor Invocation'.
 interface MethodInvocation
          A representation of the model object 'Method Invocation'.
 interface SuperConstructorInvocation
          A representation of the model object 'Super Constructor Invocation'.
 interface SuperMethodInvocation
          A representation of the model object 'Super Method Invocation'.
 

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

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

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

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

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

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

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

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

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

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

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

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