Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches
VariableNode Member List

This is the complete list of members for VariableNode, including all inherited members.

__represent__()VariableNodevirtual
alreadyExistingVariable(const std::string &toCheck, const std::string &stacktype)VariableNodestatic
appendDataVariableNode
appendTypeVariableNode
assignedDataVariableNode
getThisVariableobject(const std::string &variablename, const std::string &stacktype)VariableNodestatic
nodeTypetokenNode
pushIntoVector(std::shared_ptr< VariableNode > token, const std::string &stacktype)VariableNodestatic
reassignExistingVariable(std::shared_ptr< tokenNode > token, const std::string &variablename, const std::string &stacktype, const std::string &appendtype)VariableNodestatic
stackNUMBERvectorVariableNodestatic
stackWORDvectorVariableNodestatic
tokenNode()tokenNode
VariableNode()VariableNode
varNameVariableNode