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

Public Member Functions | |
| Const (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 569 of file stree.h.
|
||||||||||||
|
Constructor.
Definition at line 543 of file stree.cpp. References CConst. Referenced by copy(). |
|
|
Copies the node.
Reimplemented from Binary. Definition at line 551 of file stree.cpp. References Const(), Binary::getStatement1(), and Binary::getStatement2(). |
|
|
Writes node to the stream as php.
Reimplemented from Binary. Definition at line 546 of file stree.cpp. References Binary::getStatement1(), and Binary::getStatement2(). |
1.3.3