Uses of Class
com.yahoo.prelude.semantics.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in com.yahoo.prelude.semantics.parser
Fields in com.yahoo.prelude.semantics.parser declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStreamSemanticsParserTokenManager.input_streamMethods in com.yahoo.prelude.semantics.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidSemanticsParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidSemanticsParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in com.yahoo.prelude.semantics.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.SemanticsParserTokenManager(SimpleCharStream stream, int lexState) Constructor.