creates a node in the syntax tree of type string More...
#include <StringNode.h>
Public Member Functions | |
| StringNode () | |
| constructor | |
| std::string | __represent__ () |
| (virtual) returns a string representing the current state of this whilenode and it's syntax tree structure | |
Public Member Functions inherited from tokenNode | |
| tokenNode () | |
| constructor | |
| virtual std::string | __represent__ ()=0 |
| (virtual) returns a string representing the current state of the syntax tree | |
Public Attributes | |
| std::string | stringValue = "" |
| the value of this string node | |
Public Attributes inherited from tokenNode | |
| std::string | nodeType = "None" |
| used for directing execution in the syntax tree | |
creates a node in the syntax tree of type string