Package org.apache.lucene.queryparser.surround.parser

This package contains the QueryParser.jj source file for the Surround parser.

See:
          Description

Interface Summary
CharStream This interface describes a character stream that maintains line and column number positions of the characters.
QueryParserConstants Token literal values and constants.
 

Class Summary
FastCharStream An efficient implementation of JavaCC's CharStream interface.
QueryParser This class is generated by JavaCC.
QueryParserTokenManager Token Manager.
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError Token Manager Error.
 

Package org.apache.lucene.queryparser.surround.parser Description

This package contains the QueryParser.jj source file for the Surround parser.

Parsing the text of a query results in a SrndQuery in the org.apache.lucene.queryparser.surround.query package.



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