Package org.terrier.querying.parser
Interface TerrierQLParserConstants
-
- All Known Implementing Classes:
TerrierQLParser,TerrierQLParserTokenManager
public interface TerrierQLParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intALPHANUMERICRegularExpression Id.static intCLOSE_DISJUNCTIVERegularExpression Id.static intCLOSE_PARENRegularExpression Id.static intCOLONRegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intFLOATRegularExpression Id.static intHATRegularExpression Id.static intNOT_REQUIREDRegularExpression Id.static intOLD_MAC_EOLRegularExpression Id.static intOPEN_DISJUNCTIVERegularExpression Id.static intOPEN_PARENRegularExpression Id.static intPROXIMITYRegularExpression Id.static intQUOTERegularExpression Id.static intREQUIREDRegularExpression Id.static intSPACERegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUNIX_EOLRegularExpression Id.static intWINDOWS_EOLRegularExpression Id.static intWithinWeightLexical state.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
WINDOWS_EOL
static final int WINDOWS_EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
UNIX_EOL
static final int UNIX_EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
OLD_MAC_EOL
static final int OLD_MAC_EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
ALPHANUMERIC
static final int ALPHANUMERIC
RegularExpression Id.- See Also:
- Constant Field Values
-
REQUIRED
static final int REQUIRED
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_REQUIRED
static final int NOT_REQUIRED
RegularExpression Id.- See Also:
- Constant Field Values
-
HAT
static final int HAT
RegularExpression Id.- See Also:
- Constant Field Values
-
PROXIMITY
static final int PROXIMITY
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_DISJUNCTIVE
static final int OPEN_DISJUNCTIVE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_DISJUNCTIVE
static final int CLOSE_DISJUNCTIVE
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_PAREN
static final int OPEN_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_PAREN
static final int CLOSE_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
WithinWeight
static final int WithinWeight
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-