Uses of Class
org.egothor.query.parser.SimpleCharStream

Packages that use SimpleCharStream
org.egothor.query.parser This package defines JavaCC parser of user's query. 
 

Uses of SimpleCharStream in org.egothor.query.parser
 

Fields in org.egothor.query.parser declared as SimpleCharStream
protected  SimpleCharStream ParserTokenManager.input_stream
           
 

Methods in org.egothor.query.parser with parameters of type SimpleCharStream
 void ParserTokenManager.ReInit(SimpleCharStream stream)
           
 void ParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in org.egothor.query.parser with parameters of type SimpleCharStream
ParserTokenManager(SimpleCharStream stream)
           
ParserTokenManager(SimpleCharStream stream, int lexState)