| 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 |
|---|---|
CallNode |
PrefuseGraphInput.getInputCallNode()
Deprecated.
|
| Constructor and Description |
|---|
PrefuseGraphInput(CallNode callNode,
IJavaProject project)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CallNode |
MethodcallsFactory.createCallNode()
Deprecated.
Returns a new object of class 'Call Node'.
|
CallNode |
MethodCall.getCallee()
Deprecated.
Returns the value of the 'Callee' reference.
|
CallNode |
MethodCall.getParent()
Deprecated.
Returns the value of the 'Parent' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodCall.setCallee(CallNode value)
Deprecated.
Sets the value of the '
Callee' reference. |
void |
MethodCall.setParent(CallNode value)
Deprecated.
Sets the value of the '
Parent' container reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
MethodcallsSwitch.caseCallNode(CallNode object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Call Node'.
|