public interface MethodCall
The following features are supported:
MethodcallsPackage.getMethodCall()| Modifier and Type | Method and Description |
|---|---|
CallNode |
getCallee()
Returns the value of the 'Callee' reference.
|
|
getFilteredSubMethods()
Returns the value of the 'Filtered Sub Methods' reference list.
|
int |
getOrder()
Returns the value of the 'Order' attribute.
|
CallNode |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setCallee(CallNode value)
Sets the value of the '
Callee' reference. |
void |
setOrder(int value)
Sets the value of the '
Order' attribute. |
void |
setParent(CallNode value)
Sets the value of the '
Parent' container reference. |
int getOrder()
If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...
setOrder(int),
MethodcallsPackage.getMethodCall_Order()void setOrder(int value)
Order' attribute.
value - the new value of the 'Order' attribute.getOrder()CallNode getParent()
Method Calls'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(CallNode),
MethodcallsPackage.getMethodCall_Parent(),
CallNode.getMethodCalls()void setParent(CallNode value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()CallNode getCallee()
If the meaning of the 'Callee' reference isn't clear, there really should be more of a description here...
setCallee(CallNode),
MethodcallsPackage.getMethodCall_Callee()void setCallee(CallNode value)
Callee' reference.
value - the new value of the 'Callee' reference.getCallee()getFilteredSubMethods()
CallNode.
If the meaning of the 'Filtered Sub Methods' reference list isn't clear, there really should be more of a description here...
MethodcallsPackage.getMethodCall_FilteredSubMethods()