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