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

Public Member Functions | |
| EncapsList () | |
| Constructor. | |
| EncapsList (Node *statement) | |
| Constructor. | |
| virtual ostream & | php (ostream &os) const |
| Writes node to the stream as php. | |
| virtual Node * | copy () const |
| Copies the node. | |
| virtual string | evaluate (const NameSpace &nameSpace) const |
| Computes the value of the expression (only basic atihmetic and string operations). | |
Definition at line 168 of file stree.h.
|
|
Constructor.
Definition at line 158 of file stree.cpp. References CEncapsList. Referenced by copy(). |
|
|
Constructor.
Definition at line 160 of file stree.cpp. References CEncapsList. |
|
|
Copies the node.
Reimplemented from List. Definition at line 172 of file stree.cpp. References List::copyContent(), and EncapsList(). |
|
|
Computes the value of the expression (only basic atihmetic and string operations).
Reimplemented from List. Definition at line 176 of file stree.cpp. References Node::toString(). |
|
|
Writes node to the stream as php.
Reimplemented from List. |
1.3.3