| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.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 | Method and Description |
|---|---|
AbstractMethodDeclaration |
MethodInvocationImpl.getMethod() |
AbstractMethodDeclaration |
SuperMethodInvocationImpl.getMethod() |
AbstractMethodDeclaration |
AbstractMethodInvocationImpl.getMethod() |
AbstractMethodDeclaration |
ConstructorInvocationImpl.getMethod() |
AbstractMethodDeclaration |
SuperConstructorInvocationImpl.getMethod() |
AbstractMethodDeclaration |
ClassInstanceCreationImpl.getMethod() |
AbstractMethodDeclaration |
MethodRefImpl.getMethod() |
AbstractMethodDeclaration |
SingleVariableDeclarationImpl.getMethodDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
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.