Class Tools.Hilfe.ParserState
- Description
 In every Hilfe object (Evaluator) there is a ParserState object that manages the current state of the parser. Essentially tokens are entered in one end and complete expressions are output in the other. The parser object is accessible as ___Hilfe->state from Hilfe expressions.
- Variable
evaluator
 EvaluatorTools.Hilfe.ParserState.evaluator
- Method
create
 Tools.Hilfe.ParserState Tools.Hilfe.ParserState(Evaluatorevaluator)