#include <stree.h>
Inheritance diagram for FunctionCall:
Public Member Functions | |
FunctionCall (Node *statement1, Node *statement2, Node *statement3) | |
Constructor. | |
virtual ostream & | php (ostream &os) const |
Writes node to the stream as php. | |
virtual Node * | copy () const |
Copies the node. |
The meaning of arguments is as follows:
Definition at line 744 of file stree.h.
|
Constructor.
Definition at line 775 of file stree.cpp. References CFunctionCall. Referenced by copy(). |
|
Copies the node.
Reimplemented from Ternary. Definition at line 785 of file stree.cpp. References FunctionCall(), Ternary::getStatement1(), Ternary::getStatement2(), and Ternary::getStatement3(). |
|
Writes node to the stream as php.
Reimplemented from Ternary. Definition at line 778 of file stree.cpp. References Ternary::getStatement1(), Ternary::getStatement2(), Ternary::getStatement3(), Node::getType(), and SPin. |