Uses of Interface
org.eclipse.gmt.modisco.java.AbstractMethodDeclaration
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.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.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.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'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as AbstractMethodDeclaration Modifier and Type Field Description protected AbstractMethodDeclarationAbstractMethodInvocationImpl. methodThe cached value of the 'Method' reference.protected AbstractMethodDeclarationClassInstanceCreationImpl. methodThe cached value of the 'Method' reference.protected AbstractMethodDeclarationConstructorInvocationImpl. methodThe cached value of the 'Method' reference.protected AbstractMethodDeclarationMethodInvocationImpl. methodThe cached value of the 'Method' reference.protected AbstractMethodDeclarationMethodRefImpl. methodThe cached value of the 'Method' reference.protected AbstractMethodDeclarationSuperConstructorInvocationImpl. methodThe cached value of the 'Method' reference.protected AbstractMethodDeclarationSuperMethodInvocationImpl. methodThe cached value of the 'Method' reference.Methods in org.eclipse.gmt.modisco.java.emf.impl with parameters of type AbstractMethodDeclaration Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainAbstractMethodInvocationImpl. basicSetMethod(AbstractMethodDeclaration newMethod, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainClassInstanceCreationImpl. basicSetMethod(AbstractMethodDeclaration newMethod, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainConstructorInvocationImpl. basicSetMethod(AbstractMethodDeclaration newMethod, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainMethodInvocationImpl. basicSetMethod(AbstractMethodDeclaration newMethod, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainMethodRefImpl. basicSetMethod(AbstractMethodDeclaration newMethod, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSuperConstructorInvocationImpl. basicSetMethod(AbstractMethodDeclaration newMethod, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSuperMethodInvocationImpl. basicSetMethod(AbstractMethodDeclaration newMethod, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSingleVariableDeclarationImpl. basicSetMethodDeclaration(AbstractMethodDeclaration newMethodDeclaration, org.eclipse.emf.common.notify.NotificationChain msgs)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.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.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'.