Package org.inxar.syntacs.translator.lr

Declares interfaces specific to LR translation.

See:
          Description

Interface Summary
LRTranslationComponent The LRTranslationComponent interface describes common behavior required of all components in the lr translation process -- the ability to be reset to an initial state, the need to reference the LRTranslatorGrammar during the translation process, the need of referencing the Input during the translation process, and access to general properties.
LRTranslator A LRTranslator is a translator which uses LR-parsing.
LRTranslatorGrammar The LRTranslatorGrammar interface describes the symbolic components of a grammar, relevant to LR parsing algorithms.
LRTranslatorInterpreter The LRTranslatorInterpreter interface is a union of the LexerInterpreter and ParserInterpreter interfaces.
 

Package org.inxar.syntacs.translator.lr Description

Declares interfaces specific to LR translation.