Interface QueryParserConstants
- 
- All Known Implementing Classes:
 ComplexPhraseQueryParser,ExtendableQueryParser,MultiFieldQueryParser,QueryParser,QueryParserTokenManager
public interface QueryParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start() 
- 
- 
Field Summary
Fields Modifier and Type Field Description static int_ESCAPED_CHARRegularExpression Id.static int_NUM_CHARRegularExpression Id.static int_QUOTED_CHARRegularExpression Id.static int_TERM_CHARRegularExpression Id.static int_TERM_START_CHARRegularExpression Id.static int_WHITESPACERegularExpression Id.static intANDRegularExpression Id.static intBAREOPERRegularExpression Id.static intBoostLexical state.static intCARATRegularExpression Id.static intCOLONRegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intFUZZY_SLOPRegularExpression Id.static intLPARENRegularExpression Id.static intMINUSRegularExpression Id.static intNOTRegularExpression Id.static intNUMBERRegularExpression Id.static intORRegularExpression Id.static intPLUSRegularExpression Id.static intPREFIXTERMRegularExpression Id.static intQUOTEDRegularExpression Id.static intRangeLexical state.static intRANGE_GOOPRegularExpression Id.static intRANGE_QUOTEDRegularExpression Id.static intRANGE_TORegularExpression Id.static intRANGEEX_ENDRegularExpression Id.static intRANGEEX_STARTRegularExpression Id.static intRANGEIN_ENDRegularExpression Id.static intRANGEIN_STARTRegularExpression Id.static intREGEXPTERMRegularExpression Id.static intRPARENRegularExpression Id.static intSTARRegularExpression Id.static intTERMRegularExpression Id.static String[]tokenImageLiteral token values.static intWILDTERMRegularExpression Id. 
 - 
 
- 
- 
Field Detail
- 
EOF
static final int EOF
End of File.- See Also:
 - Constant Field Values
 
 
- 
_NUM_CHAR
static final int _NUM_CHAR
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
_ESCAPED_CHAR
static final int _ESCAPED_CHAR
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
_TERM_START_CHAR
static final int _TERM_START_CHAR
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
_TERM_CHAR
static final int _TERM_CHAR
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
_WHITESPACE
static final int _WHITESPACE
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
_QUOTED_CHAR
static final int _QUOTED_CHAR
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
AND
static final int AND
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
OR
static final int OR
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
NOT
static final int NOT
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
PLUS
static final int PLUS
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
MINUS
static final int MINUS
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
BAREOPER
static final int BAREOPER
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
COLON
static final int COLON
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
STAR
static final int STAR
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
CARAT
static final int CARAT
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
QUOTED
static final int QUOTED
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
TERM
static final int TERM
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
FUZZY_SLOP
static final int FUZZY_SLOP
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
PREFIXTERM
static final int PREFIXTERM
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
WILDTERM
static final int WILDTERM
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
REGEXPTERM
static final int REGEXPTERM
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
RANGEIN_START
static final int RANGEIN_START
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
RANGEEX_START
static final int RANGEEX_START
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
NUMBER
static final int NUMBER
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
RANGE_TO
static final int RANGE_TO
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
RANGEIN_END
static final int RANGEIN_END
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
RANGEEX_END
static final int RANGEEX_END
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
RANGE_QUOTED
static final int RANGE_QUOTED
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
RANGE_GOOP
static final int RANGE_GOOP
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
Boost
static final int Boost
Lexical state.- See Also:
 - Constant Field Values
 
 
- 
Range
static final int Range
Lexical state.- See Also:
 - Constant Field Values
 
 
- 
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
 - Constant Field Values
 
 
- 
tokenImage
static final String[] tokenImage
Literal token values. 
 - 
 
 -