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

Public Member Functions | |
| PHPVariable (Node *statement) | |
| Constructor. | |
| virtual ostream & | php (ostream &os) const |
| Writes node to the stream as php. | |
| virtual Node * | copy () const |
| Copies the node. | |
Definition at line 858 of file stree.h.
|
|
Constructor.
Definition at line 873 of file stree.cpp. References CPHPVariable. Referenced by copy(). |
|
|
Copies the node.
Reimplemented from Unary. Definition at line 880 of file stree.cpp. References Unary::getStatement1(), and PHPVariable(). |
|
|
Writes node to the stream as php.
Reimplemented from Unary. Definition at line 875 of file stree.cpp. References Unary::getStatement1(). |
1.3.3