| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstructorDeclaration
A representation of the model object 'Constructor Declaration'.
|
interface |
MethodDeclaration
A representation of the model object 'Method Declaration'.
|
interface |
UnresolvedMethodDeclaration
A representation of the model object 'Unresolved Method Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMethodDeclaration |
MethodRef.getMethod()
Returns the value of the 'Method' reference.
|
AbstractMethodDeclaration |
AbstractMethodInvocation.getMethod()
Returns the value of the 'Method' reference.
|
AbstractMethodDeclaration |
SingleVariableDeclaration.getMethodDeclaration()
Returns the value of the 'Method Declaration' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodRef.setMethod(AbstractMethodDeclaration value)
Sets the value of the '
Method' reference. |
void |
AbstractMethodInvocation.setMethod(AbstractMethodDeclaration value)
Sets the value of the '
Method' reference. |
void |
SingleVariableDeclaration.setMethodDeclaration(AbstractMethodDeclaration value)
Sets the value of the '
Method Declaration' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMethodDeclarationImpl
An implementation of the model object 'Abstract Method Declaration'.
|
class |
ConstructorDeclarationImpl
An implementation of the model object 'Constructor Declaration'.
|
class |
MethodDeclarationImpl
An implementation of the model object 'Method Declaration'.
|
class |
UnresolvedMethodDeclarationImpl
An implementation of the model object 'Unresolved Method Declaration'.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMethodDeclaration |
MethodInvocationImpl.method
The cached value of the '
Method' reference. |
protected AbstractMethodDeclaration |
SuperMethodInvocationImpl.method
The cached value of the '
Method' reference. |
protected AbstractMethodDeclaration |
AbstractMethodInvocationImpl.method
The cached value of the '
Method' reference. |
protected AbstractMethodDeclaration |
ConstructorInvocationImpl.method
The cached value of the '
Method' reference. |
protected AbstractMethodDeclaration |
SuperConstructorInvocationImpl.method
The cached value of the '
Method' reference. |
protected AbstractMethodDeclaration |
ClassInstanceCreationImpl.method
The cached value of the '
Method' reference. |
protected AbstractMethodDeclaration |
MethodRefImpl.method
The cached value of the '
Method' reference. |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
MethodInvocationImpl.basicSetMethod(AbstractMethodDeclaration newMethod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SuperMethodInvocationImpl.basicSetMethod(AbstractMethodDeclaration newMethod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AbstractMethodInvocationImpl.basicSetMethod(AbstractMethodDeclaration newMethod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ConstructorInvocationImpl.basicSetMethod(AbstractMethodDeclaration newMethod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SuperConstructorInvocationImpl.basicSetMethod(AbstractMethodDeclaration newMethod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ClassInstanceCreationImpl.basicSetMethod(AbstractMethodDeclaration newMethod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MethodRefImpl.basicSetMethod(AbstractMethodDeclaration newMethod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SingleVariableDeclarationImpl.basicSetMethodDeclaration(AbstractMethodDeclaration newMethodDeclaration,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MethodInvocationImpl.setMethod(AbstractMethodDeclaration newMethod) |
void |
SuperMethodInvocationImpl.setMethod(AbstractMethodDeclaration newMethod) |
void |
AbstractMethodInvocationImpl.setMethod(AbstractMethodDeclaration newMethod) |
void |
ConstructorInvocationImpl.setMethod(AbstractMethodDeclaration newMethod) |
void |
SuperConstructorInvocationImpl.setMethod(AbstractMethodDeclaration newMethod) |
void |
ClassInstanceCreationImpl.setMethod(AbstractMethodDeclaration newMethod) |
void |
MethodRefImpl.setMethod(AbstractMethodDeclaration newMethod) |
void |
SingleVariableDeclarationImpl.setMethodDeclaration(AbstractMethodDeclaration newMethodDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseAbstractMethodDeclaration(AbstractMethodDeclaration object)
Returns the result of interpreting the object as an instance of 'Abstract Method Declaration'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.