Uses of Package
org.inxar.syntacs.translator.lr

Packages that use org.inxar.syntacs.translator.lr
com.inxar.syntacs.analyzer.lexical Defines classes which implement the lexical analyzer interfaces. 
com.inxar.syntacs.analyzer.syntactic Defines classes which implement the syntax analyzer interfaces. 
com.inxar.syntacs.translator.lr Defines classes which implement LR-specific translation machinery. 
com.inxar.syntacs.translator.regexp Defines classes which implement a Translator for regular expressions. 
com.inxar.syntacs.translator.syntacs Defines classes which implement a Translator for the syntacs grammar itself. 
com.inxar.syntacs.translator.test Defines classes which implement translators for several test grammars. 
org.inxar.syntacs.analyzer.lexical Declares interfaces which model objects used in lexical analysis. 
org.inxar.syntacs.analyzer.syntactic Declares interfaces which model objects used in syntax analysis. 
org.inxar.syntacs.translator.lr Declares interfaces specific to LR translation. 
 

Classes in org.inxar.syntacs.translator.lr used by com.inxar.syntacs.analyzer.lexical
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.
 

Classes in org.inxar.syntacs.translator.lr used by com.inxar.syntacs.analyzer.syntactic
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.
 

Classes in org.inxar.syntacs.translator.lr used by com.inxar.syntacs.translator.lr
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.
 

Classes in org.inxar.syntacs.translator.lr used by com.inxar.syntacs.translator.regexp
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.
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.
 

Classes in org.inxar.syntacs.translator.lr used by com.inxar.syntacs.translator.syntacs
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.
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.
 

Classes in org.inxar.syntacs.translator.lr used by com.inxar.syntacs.translator.test
LRTranslatorGrammar
          The LRTranslatorGrammar interface describes the symbolic components of a grammar, relevant to LR parsing algorithms.
 

Classes in org.inxar.syntacs.translator.lr used by org.inxar.syntacs.analyzer.lexical
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.
 

Classes in org.inxar.syntacs.translator.lr used by org.inxar.syntacs.analyzer.syntactic
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.
 

Classes in org.inxar.syntacs.translator.lr used by org.inxar.syntacs.translator.lr
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.
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.