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