Uses of Class
org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.apache.activemq.protobuf.compiler.parser
Fields in org.apache.activemq.protobuf.compiler.parser declared as SimpleCharStreamMethods in org.apache.activemq.protobuf.compiler.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidProtoParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidProtoParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in org.apache.activemq.protobuf.compiler.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.ProtoParserTokenManager(SimpleCharStream stream, int lexState) Constructor.