Uses of Class
org.apache.commons.jexl2.parser.SimpleCharStream
-
Packages that use SimpleCharStream Package Description org.apache.commons.jexl2.parser -
-
Uses of SimpleCharStream in org.apache.commons.jexl2.parser
Fields in org.apache.commons.jexl2.parser declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStream
ParserTokenManager. input_stream
Methods in org.apache.commons.jexl2.parser with parameters of type SimpleCharStream Modifier and Type Method Description void
ParserTokenManager. ReInit(SimpleCharStream stream)
Reinitialise parser.void
ParserTokenManager. ReInit(SimpleCharStream stream, int lexState)
Reinitialise parser.Constructors in org.apache.commons.jexl2.parser with parameters of type SimpleCharStream Constructor Description ParserTokenManager(SimpleCharStream stream)
Constructor.ParserTokenManager(SimpleCharStream stream, int lexState)
Constructor.
-