Uses of Interface
org.apache.lucene.queryParser.surround.parser.CharStream

Packages that use CharStream
org.apache.lucene.queryParser.surround.parser 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 CharStream
 class FastCharStream
          An efficient implementation of JavaCC's CharStream interface.
 

Fields in org.apache.lucene.queryParser.surround.parser declared as CharStream
protected  CharStream QueryParserTokenManager.input_stream
           
 

Methods in org.apache.lucene.queryParser.surround.parser with parameters of type CharStream
 void QueryParserTokenManager.ReInit(CharStream stream)
          Reinitialise parser.
 void QueryParser.ReInit(CharStream stream)
          Reinitialise.
 void QueryParserTokenManager.ReInit(CharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.apache.lucene.queryParser.surround.parser with parameters of type CharStream
QueryParser(CharStream stream)
          Constructor with user supplied CharStream.
QueryParserTokenManager(CharStream stream)
          Constructor.
QueryParserTokenManager(CharStream stream, int lexState)
          Constructor.
 



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