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