Uses of Interface
org.apache.lucene.queryparser.flexible.standard.parser.CharStream

Packages that use CharStream
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
 class FastCharStream
          An efficient implementation of JavaCC's CharStream interface.
 

Fields in org.apache.lucene.queryparser.flexible.standard.parser declared as CharStream
protected  CharStream StandardSyntaxParserTokenManager.input_stream
           
 

Methods in org.apache.lucene.queryparser.flexible.standard.parser with parameters of type CharStream
 void StandardSyntaxParser.ReInit(CharStream stream)
          Reinitialise.
 void StandardSyntaxParserTokenManager.ReInit(CharStream stream)
          Reinitialise parser.
 void StandardSyntaxParserTokenManager.ReInit(CharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.apache.lucene.queryparser.flexible.standard.parser with parameters of type CharStream
StandardSyntaxParser(CharStream stream)
          Constructor with user supplied CharStream.
StandardSyntaxParserTokenManager(CharStream stream)
          Constructor.
StandardSyntaxParserTokenManager(CharStream stream, int lexState)
          Constructor.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.