Uses of Interface
org.eclipse.gmt.modisco.java.AbstractMethodDeclaration
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java
Subinterfaces of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceConstructorDeclarationA representation of the model object 'Constructor Declaration'.interfaceMethodDeclarationA representation of the model object 'Method Declaration'.interfaceUnresolvedMethodDeclarationA representation of the model object 'Unresolved Method Declaration'.Methods in org.eclipse.gmt.modisco.java that return AbstractMethodDeclaration Modifier and Type Method Description AbstractMethodDeclarationAbstractMethodInvocation. getMethod()Returns the value of the 'Method' reference.AbstractMethodDeclarationMethodRef. getMethod()Returns the value of the 'Method' reference.AbstractMethodDeclarationSingleVariableDeclaration. getMethodDeclaration()Returns the value of the 'Method Declaration' container reference.Methods in org.eclipse.gmt.modisco.java with parameters of type AbstractMethodDeclaration Modifier and Type Method Description voidAbstractMethodInvocation. setMethod(AbstractMethodDeclaration value)Sets the value of the 'Method' reference.voidMethodRef. setMethod(AbstractMethodDeclaration value)Sets the value of the 'Method' reference.voidSingleVariableDeclaration. setMethodDeclaration(AbstractMethodDeclaration value)Sets the value of the 'Method Declaration' container reference. -
Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement AbstractMethodDeclaration Modifier and Type Class Description classAbstractMethodDeclarationImplAn implementation of the model object 'Abstract Method Declaration'.classConstructorDeclarationImplAn implementation of the model object 'Constructor Declaration'.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 AbstractMethodDeclaration Modifier and Type Method Description AbstractMethodDeclarationAbstractMethodInvocationImpl. getMethod()AbstractMethodDeclarationClassInstanceCreationImpl. getMethod()AbstractMethodDeclarationConstructorInvocationImpl. getMethod()AbstractMethodDeclarationMethodInvocationImpl. getMethod()AbstractMethodDeclarationMethodRefImpl. getMethod()AbstractMethodDeclarationSuperConstructorInvocationImpl. getMethod()AbstractMethodDeclarationSuperMethodInvocationImpl. getMethod()AbstractMethodDeclarationSingleVariableDeclarationImpl. getMethodDeclaration()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type AbstractMethodDeclaration Modifier and Type Method Description voidAbstractMethodInvocationImpl. setMethod(AbstractMethodDeclaration newMethod)voidClassInstanceCreationImpl. setMethod(AbstractMethodDeclaration newMethod)voidConstructorInvocationImpl. setMethod(AbstractMethodDeclaration newMethod)voidMethodInvocationImpl. setMethod(AbstractMethodDeclaration newMethod)voidMethodRefImpl. setMethod(AbstractMethodDeclaration newMethod)voidSuperConstructorInvocationImpl. setMethod(AbstractMethodDeclaration newMethod)voidSuperMethodInvocationImpl. setMethod(AbstractMethodDeclaration newMethod)voidSingleVariableDeclarationImpl. setMethodDeclaration(AbstractMethodDeclaration newMethodDeclaration) -
Uses of AbstractMethodDeclaration in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type AbstractMethodDeclaration Modifier and Type Method Description TJavaSwitch. caseAbstractMethodDeclaration(AbstractMethodDeclaration object)Returns the result of interpreting the object as an instance of 'Abstract Method Declaration'.