Inheritance diagram for CCM::MethodCallNode:

Public Member Functions | |
| MethodCallNode (string field, string prop, List callargs) | |
| Create an "id(callargs)" stub transition for void methods. | |
| List | getCallArgs () |
| Return the list of call arguments. | |
| MethodCallNode (string field, string prop, List callargs, Object value) | |
| Create a "id(callargs) = value" stub transition for methods returning a value. | |
| override string | ToString () |
| Return a string representation of this Node. | |
| override string | ToPrologString () |
Private Attributes | |
| List | callargs |
| bool | hasReturn |
|
||||||||||||||||
|
Create an "id(callargs)" stub transition for void methods. _class and field may be null for component method calls.
|
|
||||||||||||||||||||
|
Create a "id(callargs) = value" stub transition for methods returning a value.
|
|
|
Return the list of call arguments.
|
|
|
Implements CCM::TransitionNode. |
|
|
Return a string representation of this Node.
Reimplemented from CCM::Node. |
|
|
|
|
|
|
1.3.7