ca.uwaterloo.cs.ql.interp
Interface InterpConstants
- All Known Implementing Classes:
- Interp, InterpTokenManager
public interface InterpConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
LINE_CONTINUE
static final int LINE_CONTINUE
- See Also:
- Constant Field Values
COLUMN
static final int COLUMN
- See Also:
- Constant Field Values
INT_LITERAL
static final int INT_LITERAL
- See Also:
- Constant Field Values
FLOAT_LITERAL
static final int FLOAT_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
ARGN
static final int ARGN
- See Also:
- Constant Field Values
IOTOFILE
static final int IOTOFILE
- See Also:
- Constant Field Values
IOAPPEND
static final int IOAPPEND
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
FOR
static final int FOR
- See Also:
- Constant Field Values
WHILE
static final int WHILE
- See Also:
- Constant Field Values
RETURN
static final int RETURN
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
ASSIGN_PLUS
static final int ASSIGN_PLUS
- See Also:
- Constant Field Values
ASSIGN_MINUS
static final int ASSIGN_MINUS
- See Also:
- Constant Field Values
ASSIGN_MULTIPLY
static final int ASSIGN_MULTIPLY
- See Also:
- Constant Field Values
ASSIGN_DIVIDE
static final int ASSIGN_DIVIDE
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
ME
static final int ME
- See Also:
- Constant Field Values
UE
static final int UE
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
RCOMPOSE
static final int RCOMPOSE
- 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
INTERSECT
static final int INTERSECT
- See Also:
- Constant Field Values
COMPOSE
static final int COMPOSE
- See Also:
- Constant Field Values
MULTIPLY
static final int MULTIPLY
- See Also:
- Constant Field Values
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
MOD
static final int MOD
- See Also:
- Constant Field Values
PROJECT
static final int PROJECT
- See Also:
- Constant Field Values
CROSS
static final int CROSS
- See Also:
- Constant Field Values
POUND
static final int POUND
- See Also:
- Constant Field Values
ATTR
static final int ATTR
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
TILDE
static final int TILDE
- See Also:
- Constant Field Values
DOLLAR
static final int DOLLAR
- See Also:
- Constant Field Values
ADDRESS
static final int ADDRESS
- See Also:
- Constant Field Values
op_id
static final int op_id
- See Also:
- Constant Field Values
op_inv
static final int op_inv
- See Also:
- Constant Field Values
op_dom
static final int op_dom
- See Also:
- Constant Field Values
op_rng
static final int op_rng
- See Also:
- Constant Field Values
op_ent
static final int op_ent
- See Also:
- Constant Field Values
cmd_quit
static final int cmd_quit
- See Also:
- Constant Field Values
cmd_exit
static final int cmd_exit
- See Also:
- Constant Field Values
cmd_print
static final int cmd_print
- See Also:
- Constant Field Values
cmd_delete
static final int cmd_delete
- See Also:
- Constant Field Values
cmd_help
static final int cmd_help
- 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