node used for creating abstract syntax tree More...
#include <tokenNode.h>
Public Member Functions | |
| tokenNode () | |
| constructor | |
| virtual std::string | __represent__ ()=0 |
| (virtual) returns a string representing the current state of the syntax tree | |
Public Attributes | |
| std::string | nodeType = "None" |
| used for directing execution in the syntax tree | |
node used for creating abstract syntax tree