Package org.terrier.matching.matchops
Interface MatchOpQLParserConstants
-
- All Known Implementing Classes:
MatchOpQLParser,MatchOpQLParserTokenManager
public interface MatchOpQLParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intBANDRegularExpression Id.static intBASE64RegularExpression Id.static intBASE64WORDRegularExpression Id.static intCLOSE_PARENRegularExpression Id.static intCOLONRegularExpression Id.static intCOLON_KVRegularExpression Id.static intCOMBINERegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intEQUALSRegularExpression Id.static intFUZZYRegularExpression Id.static intHASHRegularExpression Id.static intINTRegularExpression Id.static intOPEN_PARENRegularExpression Id.static intOPEN_PAREN_KVRegularExpression Id.static intOWRegularExpression Id.static intPERIODRegularExpression Id.static intPREFIXRegularExpression Id.static intSYNRegularExpression Id.static intTAGRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUWRegularExpression Id.static intWithinCombineKVLexical state.static intWithinIndriLexical state.static intWORDRegularExpression Id.static intWORD_OR_INT_OR_FLOATRegularExpression 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.
-
-