Uses of Interface
org.apache.lucene.queryparser.flexible.standard.parser.CharStream
-
Packages that use CharStream Package Description org.apache.lucene.queryparser.flexible.standard.parser Lucene Query Parser -
-
Uses of CharStream in org.apache.lucene.queryparser.flexible.standard.parser
Classes in org.apache.lucene.queryparser.flexible.standard.parser that implement CharStream Modifier and Type Class Description classFastCharStreamAn efficient implementation of JavaCC's CharStream interface.Fields in org.apache.lucene.queryparser.flexible.standard.parser declared as CharStream Modifier and Type Field Description protected CharStreamStandardSyntaxParserTokenManager. input_streamMethods in org.apache.lucene.queryparser.flexible.standard.parser with parameters of type CharStream Modifier and Type Method Description voidStandardSyntaxParser. 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 CharStream Constructor Description StandardSyntaxParser(CharStream stream)Constructor with user supplied CharStream.StandardSyntaxParserTokenManager(CharStream stream)Constructor.StandardSyntaxParserTokenManager(CharStream stream, int lexState)Constructor.
-