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