#include <stree.h>
Inheritance diagram for Static:
Public Member Functions | |
Static (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 377 of file stree.h.
|
Constructor.
Definition at line 366 of file stree.cpp. References CStatic. Referenced by copy(). |
|
Copies the node.
Reimplemented from Unary. Definition at line 373 of file stree.cpp. References Unary::getStatement1(), and Static(). |
|
Writes node to the stream as php.
Reimplemented from Unary. Definition at line 368 of file stree.cpp. References Unary::getStatement1(). |