Uses of Interface
org.eclipse.gmt.modisco.java.AbstractMethodInvocation
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of AbstractMethodInvocation in org.eclipse.gmt.modisco.java
Subinterfaces of AbstractMethodInvocation in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceClassInstanceCreationA representation of the model object 'Class Instance Creation'.interfaceConstructorInvocationA representation of the model object 'Constructor Invocation'.interfaceMethodInvocationA representation of the model object 'Method Invocation'.interfaceSuperConstructorInvocationA representation of the model object 'Super Constructor Invocation'.interfaceSuperMethodInvocationA representation of the model object 'Super Method Invocation'.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type AbstractMethodInvocation Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractMethodInvocation>AbstractMethodDeclaration. getUsages()Returns the value of the 'Usages' reference list. -
Uses of AbstractMethodInvocation in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement AbstractMethodInvocation Modifier and Type Class Description classAbstractMethodInvocationImplAn implementation of the model object 'Abstract Method Invocation'.classClassInstanceCreationImplAn implementation of the model object 'Class Instance Creation'.classConstructorInvocationImplAn implementation of the model object 'Constructor Invocation'.classMethodInvocationImplAn implementation of the model object 'Method Invocation'.classSuperConstructorInvocationImplAn implementation of the model object 'Super Constructor Invocation'.classSuperMethodInvocationImplAn implementation of the model object 'Super Method Invocation'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type AbstractMethodInvocation Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractMethodInvocation>AbstractMethodDeclarationImpl. getUsages() -
Uses of AbstractMethodInvocation in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type AbstractMethodInvocation Modifier and Type Method Description TJavaSwitch. caseAbstractMethodInvocation(AbstractMethodInvocation object)Returns the result of interpreting the object as an instance of 'Abstract Method Invocation'.