Uses of Interface
org.inxar.syntacs.translator.lr.LRTranslatorInterpreter

Packages that use LRTranslatorInterpreter
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. 
org.inxar.syntacs.translator.lr Declares interfaces specific to LR translation. 
 

Uses of LRTranslatorInterpreter in com.inxar.syntacs.translator.lr
 

Classes in com.inxar.syntacs.translator.lr that implement LRTranslatorInterpreter
 class StandardLRTranslatorInterpreter
          Concrete implementation of LRInterpreter.
 

Methods in com.inxar.syntacs.translator.lr with parameters of type LRTranslatorInterpreter
 void StandardLRTranslator.setLRTranslatorInterpreter(LRTranslatorInterpreter inter)
           
 

Uses of LRTranslatorInterpreter in com.inxar.syntacs.translator.regexp
 

Classes in com.inxar.syntacs.translator.regexp that implement LRTranslatorInterpreter
 class RegexpInterpreter
          Interpreter used in the translation of regular expression strings.
 

Uses of LRTranslatorInterpreter in com.inxar.syntacs.translator.syntacs
 

Classes in com.inxar.syntacs.translator.syntacs that implement LRTranslatorInterpreter
 class SyntacsInterpreter
          Interpreter used in the translation of newtacs grammar files (.stt).
 

Uses of LRTranslatorInterpreter in org.inxar.syntacs.translator.lr
 

Methods in org.inxar.syntacs.translator.lr with parameters of type LRTranslatorInterpreter
 void LRTranslator.setLRTranslatorInterpreter(LRTranslatorInterpreter interpreter)
          Sets the LRTranslatorInterpreter instance.