Uses of Class
de.haumacher.msgbuf.generator.parser.SimpleCharStream
-
Packages that use SimpleCharStream Package Description de.haumacher.msgbuf.generator.parser -
-
Uses of SimpleCharStream in de.haumacher.msgbuf.generator.parser
Fields in de.haumacher.msgbuf.generator.parser declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStreamProtobufParserTokenManager. input_streamMethods in de.haumacher.msgbuf.generator.parser with parameters of type SimpleCharStream Modifier and Type Method Description voidProtobufParserTokenManager. ReInit(SimpleCharStream stream)Reinitialise parser.voidProtobufParserTokenManager. ReInit(SimpleCharStream stream, int lexState)Reinitialise parser.Constructors in de.haumacher.msgbuf.generator.parser with parameters of type SimpleCharStream Constructor Description ProtobufParserTokenManager(SimpleCharStream stream)Constructor.ProtobufParserTokenManager(SimpleCharStream stream, int lexState)Constructor.
-