#include <stree.h>
Inheritance diagram for If:
Public Member Functions | |
If (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 254 of file stree.h.
|
Constructor.
Definition at line 260 of file stree.cpp. References CIf. Referenced by copy(). |
|
Copies the node.
Reimplemented from Ternary. Definition at line 269 of file stree.cpp. References Ternary::getStatement1(), Ternary::getStatement2(), Ternary::getStatement3(), and If(). |
|
Writes node to the stream as php.
Reimplemented from Ternary. Definition at line 263 of file stree.cpp. References Ternary::getStatement1(), Ternary::getStatement2(), Ternary::getStatement3(), Node::getType(), and SPin. |