Package org.inxar.syntacs.analyzer.syntactic

Declares interfaces which model objects used in syntax analysis.

See:
          Description

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.
 

Package org.inxar.syntacs.analyzer.syntactic Description

Declares interfaces which model objects used in syntax analysis.