Interface Summary |
Correction |
A Correction is a discrete instruction for a
Parser to execute (apply) during an error recovery. |
Parser |
The Parser is responsible for managing the
construction of the parse tree; to do so it interacts with the
LexerInterpreter (presumably) and the
ParserInterpreter . |
ParserInterpreter |
The ParserInterpreter interface is reponsible for
handling "parser events". |
Recovery |
A Recovery is a sequential list of
Correction instances to be executed by the
Parser .. |
Sentence |
The Sentence interface is essentially a view into the
top of the LR parse stack. |
Declares interfaces which model objects used in syntax analysis.