#include <stree.h>
Inheritance diagram for Switch:
Public Member Functions | |
Switch (Node *statement1, Node *statement2) | |
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 316 of file stree.h.
|
Constructor.
Definition at line 310 of file stree.cpp. References CSwitch. Referenced by copy(). |
|
Copies the node.
Reimplemented from Binary. Definition at line 318 of file stree.cpp. References Binary::getStatement1(), Binary::getStatement2(), and Switch(). |
|
Writes node to the stream as php.
Reimplemented from Binary. Definition at line 313 of file stree.cpp. References Binary::getStatement1(), and Binary::getStatement2(). |