10#include "../tokenNode.h"
StringNode()
constructor
Definition StringNode.cpp:3
std::string stringValue
the value of this string node
Definition StringNode.h:20
std::string __represent__()
(virtual) returns a string representing the current state of this whilenode and it's syntax tree stru...
Definition StringNode.cpp:5
creates a node in the syntax tree of type string
Definition StringNode.h:15
node used for creating abstract syntax tree
Definition tokenNode.h:15