Uses of Class
org.apache.jackrabbit.spi.commons.query.sql.SimpleCharStream
- 
Packages that use SimpleCharStream Package Description org.apache.jackrabbit.spi.commons.query.sql 
- 
- 
Uses of SimpleCharStream in org.apache.jackrabbit.spi.commons.query.sqlFields in org.apache.jackrabbit.spi.commons.query.sql declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStreamJCRSQLParserTokenManager. input_streamMethods in org.apache.jackrabbit.spi.commons.query.sql with parameters of type SimpleCharStream Modifier and Type Method Description voidJCRSQLParserTokenManager. ReInit(SimpleCharStream stream)voidJCRSQLParserTokenManager. ReInit(SimpleCharStream stream, int lexState)Constructors in org.apache.jackrabbit.spi.commons.query.sql with parameters of type SimpleCharStream Constructor Description JCRSQLParserTokenManager(SimpleCharStream stream)JCRSQLParserTokenManager(SimpleCharStream stream, int lexState)
 
-