Package org.terrier.querying.parser
Interface TerrierQLParserConstants
-
- All Known Implementing Classes:
TerrierQLParser
,TerrierQLParserTokenManager
public interface TerrierQLParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALPHANUMERIC
RegularExpression Id.static int
CLOSE_DISJUNCTIVE
RegularExpression Id.static int
CLOSE_PAREN
RegularExpression Id.static int
COLON
RegularExpression Id.static int
DEFAULT
Lexical state.static int
EOF
End of File.static int
FLOAT
RegularExpression Id.static int
HAT
RegularExpression Id.static int
NOT_REQUIRED
RegularExpression Id.static int
OLD_MAC_EOL
RegularExpression Id.static int
OPEN_DISJUNCTIVE
RegularExpression Id.static int
OPEN_PAREN
RegularExpression Id.static int
PROXIMITY
RegularExpression Id.static int
QUOTE
RegularExpression Id.static int
REQUIRED
RegularExpression Id.static int
SPACE
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
UNIX_EOL
RegularExpression Id.static int
WINDOWS_EOL
RegularExpression Id.static int
WithinWeight
Lexical 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.
-
-