Package org.terrier.matching.matchops
Interface MatchOpQLParserConstants
-
- All Known Implementing Classes:
MatchOpQLParser
,MatchOpQLParserTokenManager
public interface MatchOpQLParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
BAND
RegularExpression Id.static int
BASE64
RegularExpression Id.static int
BASE64WORD
RegularExpression Id.static int
CLOSE_PAREN
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COLON_KV
RegularExpression Id.static int
COMBINE
RegularExpression Id.static int
DEFAULT
Lexical state.static int
EOF
End of File.static int
EQUALS
RegularExpression Id.static int
FUZZY
RegularExpression Id.static int
HASH
RegularExpression Id.static int
INT
RegularExpression Id.static int
OPEN_PAREN
RegularExpression Id.static int
OPEN_PAREN_KV
RegularExpression Id.static int
OW
RegularExpression Id.static int
PERIOD
RegularExpression Id.static int
PREFIX
RegularExpression Id.static int
SYN
RegularExpression Id.static int
TAG
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
UW
RegularExpression Id.static int
WithinCombineKV
Lexical state.static int
WithinIndri
Lexical state.static int
WORD
RegularExpression Id.static int
WORD_OR_INT_OR_FLOAT
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
HASH
static final int HASH
RegularExpression Id.- See Also:
- Constant Field Values
-
WORD
static final int WORD
RegularExpression Id.- See Also:
- Constant Field Values
-
PERIOD
static final int PERIOD
RegularExpression Id.- See Also:
- Constant Field Values
-
BASE64WORD
static final int BASE64WORD
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_PAREN
static final int CLOSE_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
BAND
static final int BAND
RegularExpression Id.- See Also:
- Constant Field Values
-
UW
static final int UW
RegularExpression Id.- See Also:
- Constant Field Values
-
OW
static final int OW
RegularExpression Id.- See Also:
- Constant Field Values
-
SYN
static final int SYN
RegularExpression Id.- See Also:
- Constant Field Values
-
TAG
static final int TAG
RegularExpression Id.- See Also:
- Constant Field Values
-
COMBINE
static final int COMBINE
RegularExpression Id.- See Also:
- Constant Field Values
-
PREFIX
static final int PREFIX
RegularExpression Id.- See Also:
- Constant Field Values
-
FUZZY
static final int FUZZY
RegularExpression Id.- See Also:
- Constant Field Values
-
BASE64
static final int BASE64
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_PAREN
static final int OPEN_PAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
RegularExpression Id.- See Also:
- Constant Field Values
-
WORD_OR_INT_OR_FLOAT
static final int WORD_OR_INT_OR_FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON_KV
static final int COLON_KV
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
OPEN_PAREN_KV
static final int OPEN_PAREN_KV
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
WithinIndri
static final int WithinIndri
Lexical state.- See Also:
- Constant Field Values
-
WithinCombineKV
static final int WithinCombineKV
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-