Uses of Class
marf.nlp.Parsing.GrammarCompiler.GrammarTokenType

Packages that use GrammarTokenType
marf.nlp.Parsing.GrammarCompiler   
 

Uses of GrammarTokenType in marf.nlp.Parsing.GrammarCompiler
 

Subclasses of GrammarTokenType in marf.nlp.Parsing.GrammarCompiler
 class ProbabilisticGrammarTokenType
          Probabilistic Grammar Token Type.
 

Fields in marf.nlp.Parsing.GrammarCompiler declared as GrammarTokenType
protected  GrammarTokenType GrammarAnalyzer.oTokenType
          Grammar token type.
protected  GrammarTokenType Terminal.oType
          Grammar token type.
 

Methods in marf.nlp.Parsing.GrammarCompiler that return GrammarTokenType
 GrammarTokenType Terminal.getType()
          Allows getting the enclosed grammar token type.
 



SourceForge Logo