Uses of Interface
org.eclipse.gmt.modisco.java.MethodDeclaration
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of MethodDeclaration in org.eclipse.gmt.modisco.java
Subinterfaces of MethodDeclaration in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceUnresolvedMethodDeclarationA representation of the model object 'Unresolved Method Declaration'.Methods in org.eclipse.gmt.modisco.java that return MethodDeclaration Modifier and Type Method Description MethodDeclarationMethodDeclaration. getRedefinedMethodDeclaration()Returns the value of the 'Redefined Method Declaration' reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type MethodDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<MethodDeclaration>MethodDeclaration. getRedefinitions()Returns the value of the 'Redefinitions' reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type MethodDeclaration Modifier and Type Method Description voidMethodDeclaration. setRedefinedMethodDeclaration(MethodDeclaration value)Sets the value of the 'Redefined Method Declaration' reference. -
Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement MethodDeclaration Modifier and Type Class Description classMethodDeclarationImplAn implementation of the model object 'Method Declaration'.classUnresolvedMethodDeclarationImplAn implementation of the model object 'Unresolved Method Declaration'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return MethodDeclaration Modifier and Type Method Description MethodDeclarationJavaFactoryImpl. createMethodDeclaration()MethodDeclarationMethodDeclarationImpl. getRedefinedMethodDeclaration()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type MethodDeclaration Modifier and Type Method Description org.eclipse.emf.common.util.EList<MethodDeclaration>MethodDeclarationImpl. getRedefinitions()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type MethodDeclaration Modifier and Type Method Description voidMethodDeclarationImpl. setRedefinedMethodDeclaration(MethodDeclaration newRedefinedMethodDeclaration) -
Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return MethodDeclaration Modifier and Type Method Description MethodDeclarationJavaFactory. createMethodDeclaration()Returns a new object of class 'Method Declaration'. -
Uses of MethodDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type MethodDeclaration Modifier and Type Method Description TJavaSwitch. caseMethodDeclaration(MethodDeclaration object)Returns the result of interpreting the object as an instance of 'Method Declaration'.