package

org.apache.lucene.queryParser.surround.parser

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.

Interfaces

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

Classes

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. 

Exceptions

ParseException This exception is thrown when parse errors are encountered. 

Errors

TokenMgrError Token Manager Error.