anl.aida.query
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants


Field Summary
static int AND
           
static int COUNT
           
static int DECIMAL_LITERAL
           
static int DEFAULT
           
static int DIGIT
           
static int DIV
           
static int E
           
static int EOF
           
static int EQEQUAL
           
static int EQGREATER
           
static int EQLESS
           
static int EXPONENT
           
static int FLOAT
           
static int GREATER
           
static int IDENTIFIER
           
static int INTEGER_LITERAL
           
static int LESS
           
static int LETTER
           
static int MEAN
           
static int MINUS
           
static int MOD
           
static int NOT_EQUAL
           
static int OR
           
static int PI
           
static int PLUS
           
static int POW
           
static int TIMES
           
static java.lang.String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
See Also:
Constant Field Values

FLOAT

static final int FLOAT
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

GREATER

static final int GREATER
See Also:
Constant Field Values

LESS

static final int LESS
See Also:
Constant Field Values

EQEQUAL

static final int EQEQUAL
See Also:
Constant Field Values

EQLESS

static final int EQLESS
See Also:
Constant Field Values

EQGREATER

static final int EQGREATER
See Also:
Constant Field Values

NOT_EQUAL

static final int NOT_EQUAL
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

TIMES

static final int TIMES
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

MOD

static final int MOD
See Also:
Constant Field Values

POW

static final int POW
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

COUNT

static final int COUNT
See Also:
Constant Field Values

MEAN

static final int MEAN
See Also:
Constant Field Values

E

static final int E
See Also:
Constant Field Values

PI

static final int PI
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage