#include <stree.h>
Inheritance diagram for ConstantEncapsedString:
Public Member Functions | |
ConstantEncapsedString (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 832 of file stree.h.
|
Constructor.
Definition at line 858 of file stree.cpp. References CConstantEncapsedString. Referenced by copy(). |
|
Copies the node.
Reimplemented from Unary. Definition at line 865 of file stree.cpp. References ConstantEncapsedString(), and Unary::getStatement1(). |
|
Computes the value of the expression (only basic atihmetic and string operations).
Reimplemented from List. Definition at line 869 of file stree.cpp. References Node::evaluate(), and Unary::getStatement1(). |
|
Writes node to the stream as php.
Reimplemented from Unary. Definition at line 860 of file stree.cpp. References Unary::getStatement1(). |