| Package | Description |
|---|---|
| org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls |
| Modifier and Type | Method and Description |
|---|---|
CallNode |
MethodcallsFactory.createCallNode()
Returns a new object of class 'Call Node'.
|
CallNode |
MethodCall.getCallee()
Returns the value of the 'Callee' reference.
|
CallNode |
MethodCall.getParent()
Returns the value of the 'Parent' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodCall.setCallee(CallNode value)
Sets the value of the '
Callee' reference. |
void |
MethodCall.setParent(CallNode value)
Sets the value of the '
Parent' container reference. |