30 #ifndef AMATH_STATEMENT_NODE_H 31 #define AMATH_STATEMENT_NODE_H 34 #include "../symbol.h" StatementNode(const char *text)
Base class for all statements in a syntax tree.
Base class for all nodes in a syntax tree.
void Detach(SyntaxNode *node)
void Replace(SyntaxNode *n, SyntaxNode *x)
virtual char * Execute()=0
virtual char * GetTextCode()
virtual SyntaxNode * GetNext()
void Attach(SyntaxNode *node)