Uses of Class
org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.apache.activemq.artemis.selector.hyphenated
Fields in org.apache.activemq.artemis.selector.hyphenated declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStreamHyphenatedParserTokenManager.input_streamMethods in org.apache.activemq.artemis.selector.hyphenated with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidHyphenatedParserTokenManager.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 SimpleCharStreamModifierConstructorDescriptionConstructor.HyphenatedParserTokenManager(SimpleCharStream stream, int lexState) Constructor.