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.sql
Fields in org.apache.jackrabbit.spi.commons.query.sql declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStream
JCRSQLParserTokenManager. input_stream
Methods in org.apache.jackrabbit.spi.commons.query.sql with parameters of type SimpleCharStream Modifier and Type Method Description void
JCRSQLParserTokenManager. ReInit(SimpleCharStream stream)
void
JCRSQLParserTokenManager. 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)
-