#include <stree.h>
Inheritance diagram for ExpressionList:
Public Member Functions | |
ExpressionList () | |
Constructor. | |
ExpressionList (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 116 of file stree.h.
|
Constructor.
Definition at line 82 of file stree.cpp. References CExpressionList. Referenced by copy(). |
|
Constructor.
Definition at line 84 of file stree.cpp. References CExpressionList. |
|
Copies the node.
Reimplemented from List. Definition at line 97 of file stree.cpp. References List::copyContent(), and ExpressionList(). |
|
Writes node to the stream as php.
Reimplemented from List. |