Uses of Class
org.apache.commons.jexl2.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.apache.commons.jexl2.parser
Fields in org.apache.commons.jexl2.parser declared as SimpleCharStreamMethods in org.apache.commons.jexl2.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoid
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 SimpleCharStreamModifierConstructorDescriptionParserTokenManager
(SimpleCharStream stream) Constructor.ParserTokenManager
(SimpleCharStream stream, int lexState) Constructor.