Uses of Interface
org.apache.lucene.queryparser.flexible.standard.parser.CharStream
Packages that use CharStream
-
Uses of CharStream in org.apache.lucene.queryparser.flexible.standard.parser
Classes in org.apache.lucene.queryparser.flexible.standard.parser that implement CharStreamModifier and TypeClassDescriptionfinal classAn efficient implementation of JavaCC's CharStream interface.Fields in org.apache.lucene.queryparser.flexible.standard.parser declared as CharStreamModifier and TypeFieldDescriptionprotected CharStreamStandardSyntaxParserTokenManager.input_streamMethods in org.apache.lucene.queryparser.flexible.standard.parser with parameters of type CharStreamModifier and TypeMethodDescriptionvoidStandardSyntaxParser.ReInit(CharStream stream) Reinitialise.voidStandardSyntaxParserTokenManager.ReInit(CharStream stream) Reinitialise parser.voidStandardSyntaxParserTokenManager.ReInit(CharStream stream, int lexState) Reinitialise parser.Constructors in org.apache.lucene.queryparser.flexible.standard.parser with parameters of type CharStreamModifierConstructorDescriptionStandardSyntaxParser(CharStream stream) Constructor with user supplied CharStream.Constructor.StandardSyntaxParserTokenManager(CharStream stream, int lexState) Constructor.