Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches
builtinNode Class Reference

creates a node in the syntax tree of type builtinNode More...

#include <builtinNode.h>

Inheritance diagram for builtinNode:
tokenNode

Public Member Functions

 builtinNode ()
 constructor
 
std::string __represent__ ()
 (virtual) returns a string representing the current state of this builtinNode 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::shared_ptr< tokenNodeassigneddata = nullptr
 assigned data for the built in function to use
 
std::string built_in_name = ""
 name of the built in function
 
- Public Attributes inherited from tokenNode
std::string nodeType = "None"
 used for directing execution in the syntax tree
 

Detailed Description

creates a node in the syntax tree of type builtinNode

Author
Michael

The documentation for this class was generated from the following files: