#include <stree.h>
Inheritance diagram for Case:
Public Member Functions | |
Case (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. |
Definition at line 580 of file stree.h.
|
Constructor.
Definition at line 555 of file stree.cpp. References CCase. Referenced by copy(). |
|
Copies the node.
Reimplemented from Binary. Definition at line 567 of file stree.cpp. References Case(), Binary::getStatement1(), and Binary::getStatement2(). |
|
Writes node to the stream as php.
Reimplemented from Binary. Definition at line 558 of file stree.cpp. References Binary::getStatement1(), Binary::getStatement2(), Node::getType(), and SPin. |