Uses of Class
marf.nlp.Parsing.LexicalAnalyzer

Packages that use LexicalAnalyzer
marf.nlp.Parsing   
 

Uses of LexicalAnalyzer in marf.nlp.Parsing
 

Fields in marf.nlp.Parsing declared as LexicalAnalyzer
private  LexicalAnalyzer Parser.oLexer
          An instance of Lexical Analyzer.
 

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