#include <stree.h>
Inheritance diagram for Parameter:

Public Member Functions | |
| Parameter (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 597 of file stree.h.
|
||||||||||||||||
|
Constructor.
Definition at line 571 of file stree.cpp. References CParameter. Referenced by copy(). |
|
|
Copies the node.
Reimplemented from Ternary. Definition at line 581 of file stree.cpp. References Ternary::getStatement1(), Ternary::getStatement2(), Ternary::getStatement3(), and Parameter(). |
|
|
Writes node to the stream as php.
Reimplemented from Ternary. Definition at line 574 of file stree.cpp. References Ternary::getStatement1(), Ternary::getStatement2(), Ternary::getStatement3(), Node::getType(), and SPin. |
1.3.3