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

Public Member Functions | |
| ArrayPair (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 760 of file stree.h.
|
||||||||||||
|
Constructor.
Definition at line 790 of file stree.cpp. References CArrayPair. Referenced by copy(). |
|
|
Copies the node.
Reimplemented from Binary. Definition at line 803 of file stree.cpp. References ArrayPair(), Binary::getStatement1(), and Binary::getStatement2(). |
|
|
Writes node to the stream as php.
Reimplemented from Binary. Definition at line 793 of file stree.cpp. References Binary::getStatement1(), Binary::getStatement2(), Node::getType(), and SPin. |
1.3.3