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 SimpleCharStreamHyphenatedParserTokenManager. input_streamMethods in org.apache.activemq.artemis.selector.hyphenated with parameters of type SimpleCharStream Modifier and Type Method Description voidHyphenatedParserTokenManager. ReInit(SimpleCharStream stream)Reinitialise parser.voidHyphenatedParserTokenManager. 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.
-