Uses of Class
net.sf.regulus.interpretation.InterpretationParserTokenManager

Packages that use InterpretationParserTokenManager
net.sf.regulus.interpretation   
 

Uses of InterpretationParserTokenManager in net.sf.regulus.interpretation
 

Fields in net.sf.regulus.interpretation declared as InterpretationParserTokenManager
 InterpretationParserTokenManager InterpretationParser.token_source
           
 

Methods in net.sf.regulus.interpretation with parameters of type InterpretationParserTokenManager
 void InterpretationParser.ReInit(InterpretationParserTokenManager tm)
           
 

Constructors in net.sf.regulus.interpretation with parameters of type InterpretationParserTokenManager
InterpretationParser(InterpretationParserTokenManager tm)