Uses of Class
marf.nlp.Parsing.LexicalAnalyzer

Packages that use LexicalAnalyzer
marf.nlp.Parsing   
 

Uses of LexicalAnalyzer in marf.nlp.Parsing
 

Methods in marf.nlp.Parsing that return LexicalAnalyzer
 LexicalAnalyzer Parser.getLexer()
          Allows querying for the instance of the lexer.
 

Methods in marf.nlp.Parsing with parameters of type LexicalAnalyzer
 void Parser.setLexer(LexicalAnalyzer poLexer)
          Allows setting a new lexer for scanning.
 



SourceForge Logo