org.terrier.querying.parser
Interface MainTokenTypes

All Known Implementing Classes:
TerrierLexer

public interface MainTokenTypes


Field Summary
static int ALPHANUMERIC
           
static int ALPHANUMERIC_CHAR
           
static int CLOSE_DISJUNCTIVE
           
static int CLOSE_PAREN
           
static int CLOSE_SEGMENT
           
static int COLON
           
static int DIT
           
static int EOF
           
static int HAT
           
static int IGNORED
           
static int INT
           
static int NOT_REQUIRED
           
static int NULL_TREE_LOOKAHEAD
           
static int NUM_FLOAT
           
static int NUM_INT
           
static int OPEN_DISJUNCTIVE
           
static int OPEN_PAREN
           
static int OPEN_SEGMENT
           
static int PERIOD
           
static int PROXIMITY
           
static int QUOTE
           
static int REQUIRED
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

NUM_FLOAT

static final int NUM_FLOAT
See Also:
Constant Field Values

PERIOD

static final int PERIOD
See Also:
Constant Field Values

DIT

static final int DIT
See Also:
Constant Field Values

INT

static final int INT
See Also:
Constant Field Values

NUM_INT

static final int NUM_INT
See Also:
Constant Field Values

ALPHANUMERIC_CHAR

static final int ALPHANUMERIC_CHAR
See Also:
Constant Field Values

ALPHANUMERIC

static final int ALPHANUMERIC
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

HAT

static final int HAT
See Also:
Constant Field Values

QUOTE

static final int QUOTE
See Also:
Constant Field Values

REQUIRED

static final int REQUIRED
See Also:
Constant Field Values

NOT_REQUIRED

static final int NOT_REQUIRED
See Also:
Constant Field Values

OPEN_PAREN

static final int OPEN_PAREN
See Also:
Constant Field Values

CLOSE_PAREN

static final int CLOSE_PAREN
See Also:
Constant Field Values

OPEN_DISJUNCTIVE

static final int OPEN_DISJUNCTIVE
See Also:
Constant Field Values

CLOSE_DISJUNCTIVE

static final int CLOSE_DISJUNCTIVE
See Also:
Constant Field Values

OPEN_SEGMENT

static final int OPEN_SEGMENT
See Also:
Constant Field Values

CLOSE_SEGMENT

static final int CLOSE_SEGMENT
See Also:
Constant Field Values

PROXIMITY

static final int PROXIMITY
See Also:
Constant Field Values

IGNORED

static final int IGNORED
See Also:
Constant Field Values


Terrier 3.6. Copyright © 2004-2011 University of Glasgow