| 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 |
AbstractMethodInvocation.getMethod()
Returns the value of the 'Method' reference.
|
AbstractMethodDeclaration |
MethodRef.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 |
AbstractMethodInvocation.setMethod(AbstractMethodDeclaration value)
Sets the value of the '
Method' reference. |
void |
MethodRef.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 | Method and Description |
|---|---|
T |
JavaSwitch.caseAbstractMethodDeclaration(AbstractMethodDeclaration object)
Returns the result of interpreting the object as an instance of 'Abstract Method Declaration'.
|
| 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'.
|
| 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'.
|
| 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'.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
GetAbstractMethodDeclarationText.evaluate(AbstractMethodDeclaration context,
ParameterValueList parameterValues) |
| Modifier and Type | Method and Description |
|---|---|
CallNode |
MethodCallsJavaBridge.getCallNode(Resource resource,
AbstractMethodDeclaration targetOperation)
Deprecated.
From provided resource, which should contains a CallsModel element, we will retrieve CallNode
element which has been linked with provided java operation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMethodDeclaration |
CallNode.getJavaMethod()
Deprecated.
Returns the value of the 'Java Method' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallNode.setJavaMethod(AbstractMethodDeclaration value)
Deprecated.
Sets the value of the '
Java Method' reference. |
| Modifier and Type | Method and Description |
|---|---|
AbstractMethodDeclaration |
CallNode.getJavaMethod()
Returns the value of the 'Java Method' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallNode.setJavaMethod(AbstractMethodDeclaration value)
Sets the value of the '
Java Method' reference. |