Uses of Interface
org.inxar.syntacs.analyzer.lexical.Lexer

Packages that use Lexer
com.inxar.syntacs.analyzer.lexical Defines classes which implement the lexical analyzer interfaces. 
com.inxar.syntacs.translator.lr Defines classes which implement LR-specific translation machinery. 
org.inxar.syntacs.translator.lr Declares interfaces specific to LR translation. 
 

Uses of Lexer in com.inxar.syntacs.analyzer.lexical
 

Classes in com.inxar.syntacs.analyzer.lexical that implement Lexer
 class StandardLexer
          Concrete Lexer implementation which uses a DFA for the recognition engine.
 

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

Methods in com.inxar.syntacs.translator.lr with parameters of type Lexer
 void StandardLRTranslator.setLexer(Lexer lexer)
           
 

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

Methods in org.inxar.syntacs.translator.lr with parameters of type Lexer
 void LRTranslator.setLexer(Lexer lexer)
          Sets the Lexer instance.