ParseTree

class ParseTree : ParseNode
ParseErrors Errors
System.Collections.Generic.List<Token> Skipped
public string PrintTree()
public System.Object Eval(System.Object[] paramlist)

this is the entry point for executing and evaluating the parse tree.

Parameters:
  • paramlist (System.Object[]) – additional optional input parameters
Returns:

the output of the evaluation function