adams.parser.twitterfilter
Interface sym


public interface sym

CUP generated interface containing symbol constants.


Field Summary
static int AND
           
static int BOOLEAN
           
static int COMMA
           
static int COUNTRY
           
static int COUNTRY_CODE
           
static int EOF
           
static int error
           
static int EXACT_MATCH
           
static int IFELSE
           
static int LANGUAGE_CODE
           
static int LPAREN
           
static int NOT
           
static int OR
           
static int PLACE
           
static int REGEXP_MATCH
           
static int RPAREN
           
static int SOURCE
           
static int STRING
           
static int SUBSTRING_MATCH
           
static int TEXT
           
static int USER
           
static int XOR
           
 

Field Detail

AND

static final int AND
See Also:
Constant Field Values

IFELSE

static final int IFELSE
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

SOURCE

static final int SOURCE
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

NOT

static final int NOT
See Also:
Constant Field Values

COUNTRY

static final int COUNTRY
See Also:
Constant Field Values

USER

static final int USER
See Also:
Constant Field Values

REGEXP_MATCH

static final int REGEXP_MATCH
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

SUBSTRING_MATCH

static final int SUBSTRING_MATCH
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

EOF

static final int EOF
See Also:
Constant Field Values

LANGUAGE_CODE

static final int LANGUAGE_CODE
See Also:
Constant Field Values

error

static final int error
See Also:
Constant Field Values

XOR

static final int XOR
See Also:
Constant Field Values

TEXT

static final int TEXT
See Also:
Constant Field Values

COUNTRY_CODE

static final int COUNTRY_CODE
See Also:
Constant Field Values

EXACT_MATCH

static final int EXACT_MATCH
See Also:
Constant Field Values

PLACE

static final int PLACE
See Also:
Constant Field Values


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.