#include <stree.h>
Inheritance diagram for EmptyStatement:
Public Member Functions | |
EmptyStatement () | |
Constructor. | |
virtual ostream & | php (ostream &os) const |
Writes node to the stream as php. | |
virtual Node * | copy () const |
Copies the node. |
In contrary to Pin it is a list.
Definition at line 524 of file stree.h.
|
Constructor.
Definition at line 506 of file stree.cpp. References CEmptyStatement. Referenced by copy(). |
|
Copies the node.
Reimplemented from Nullary. Definition at line 512 of file stree.cpp. References EmptyStatement(). |
|
Writes node to the stream as php.
Reimplemented from Nullary. |