Uses of Class
com.yahoo.searchlib.treenet.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in com.yahoo.searchlib.treenet.parser
Fields in com.yahoo.searchlib.treenet.parser declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStreamTreeNetParserTokenManager.input_streamMethods in com.yahoo.searchlib.treenet.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidTreeNetParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidTreeNetParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in com.yahoo.searchlib.treenet.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.TreeNetParserTokenManager(SimpleCharStream stream, int lexState) Constructor.