Uses of Interface
org.apache.lucene.queryparser.surround.parser.CharStream
Packages that use CharStream
Package
Description
This package contains the QueryParser.jj source file for the Surround parser.
-
Uses of CharStream in org.apache.lucene.queryparser.surround.parser
Classes in org.apache.lucene.queryparser.surround.parser that implement CharStreamModifier and TypeClassDescriptionfinal classAn efficient implementation of JavaCC's CharStream interface.Fields in org.apache.lucene.queryparser.surround.parser declared as CharStreamMethods in org.apache.lucene.queryparser.surround.parser with parameters of type CharStreamModifier and TypeMethodDescriptionvoidQueryParser.ReInit(CharStream stream) Reinitialise.voidQueryParserTokenManager.ReInit(CharStream stream) Reinitialise parser.voidQueryParserTokenManager.ReInit(CharStream stream, int lexState) Reinitialise parser.Constructors in org.apache.lucene.queryparser.surround.parser with parameters of type CharStreamModifierConstructorDescriptionQueryParser(CharStream stream) Constructor with user supplied CharStream.QueryParserTokenManager(CharStream stream) Constructor.QueryParserTokenManager(CharStream stream, int lexState) Constructor.