Uses of Class
org.apache.jackrabbit.spi.commons.query.sql.SimpleCharStream

Packages that use SimpleCharStream
org.apache.jackrabbit.spi.commons.query.sql   
 

Uses of SimpleCharStream in org.apache.jackrabbit.spi.commons.query.sql
 

Fields in org.apache.jackrabbit.spi.commons.query.sql declared as SimpleCharStream
protected  SimpleCharStream JCRSQLParserTokenManager.input_stream
           
 

Methods in org.apache.jackrabbit.spi.commons.query.sql with parameters of type SimpleCharStream
 void JCRSQLParserTokenManager.ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void JCRSQLParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.apache.jackrabbit.spi.commons.query.sql with parameters of type SimpleCharStream
JCRSQLParserTokenManager(SimpleCharStream stream)
          Constructor.
JCRSQLParserTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.