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