Uses of Class
org.axiondb.parser.SimpleCharStream

Packages that use SimpleCharStream
org.axiondb.parser SQL parser interface and implementation classes. 
 

Uses of SimpleCharStream in org.axiondb.parser
 

Fields in org.axiondb.parser declared as SimpleCharStream
protected  SimpleCharStream AxionSqlParserTokenManager.input_stream
           
 

Methods in org.axiondb.parser with parameters of type SimpleCharStream
 void AxionSqlParserTokenManager.ReInit(SimpleCharStream stream)
           
 void AxionSqlParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in org.axiondb.parser with parameters of type SimpleCharStream
AxionSqlParserTokenManager(SimpleCharStream stream)
           
AxionSqlParserTokenManager(SimpleCharStream stream, int lexState)