jcaas.evaluation_parser
Class sym

java.lang.Object
  extended by jcaas.evaluation_parser.sym

public class sym
extends java.lang.Object

CUP generated class containing symbol constants.


Field Summary
static int AND
           
static int COMMA
           
static int DOLLAR
           
static int DOT
           
static int ELSE
           
static int EOF
           
static int EQUAL
           
static int EQUALEQUAL
           
static int error
           
static int FALSE
           
static int FSLASH
           
static int GREATERTHAN
           
static int GREATERTHANEQUAL
           
static int IDENTIFIER
           
static int IF
           
static int INIT
           
static int LBRACK
           
static int LCURLY
           
static int LESSTHAN
           
static int LESSTHANEQUAL
           
static int LPAREN
           
static int MINUS
           
static int MOD
           
static int NUMERIC_CONSTANT
           
static int OR
           
static int PLUS
           
static int PLUSPLUS
           
static int RBRACK
           
static int RCURLY
           
static int RPAREN
           
static int SEMI
           
static int STRING_CONSTANT
           
static int TIMES
           
static int TRUE
           
static int WHILE
           
 
Constructor Summary
sym()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RBRACK

public static final int RBRACK
See Also:
Constant Field Values

TIMES

public static final int TIMES
See Also:
Constant Field Values

MOD

public static final int MOD
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

INIT

public static final int INIT
See Also:
Constant Field Values

ELSE

public static final int ELSE
See Also:
Constant Field Values

PLUS

public static final int PLUS
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

RPAREN

public static final int RPAREN
See Also:
Constant Field Values

FSLASH

public static final int FSLASH
See Also:
Constant Field Values

DOLLAR

public static final int DOLLAR
See Also:
Constant Field Values

EQUAL

public static final int EQUAL
See Also:
Constant Field Values

WHILE

public static final int WHILE
See Also:
Constant Field Values

SEMI

public static final int SEMI
See Also:
Constant Field Values

LBRACK

public static final int LBRACK
See Also:
Constant Field Values

RCURLY

public static final int RCURLY
See Also:
Constant Field Values

IDENTIFIER

public static final int IDENTIFIER
See Also:
Constant Field Values

EQUALEQUAL

public static final int EQUALEQUAL
See Also:
Constant Field Values

TRUE

public static final int TRUE
See Also:
Constant Field Values

IF

public static final int IF
See Also:
Constant Field Values

LPAREN

public static final int LPAREN
See Also:
Constant Field Values

GREATERTHANEQUAL

public static final int GREATERTHANEQUAL
See Also:
Constant Field Values

NUMERIC_CONSTANT

public static final int NUMERIC_CONSTANT
See Also:
Constant Field Values

LCURLY

public static final int LCURLY
See Also:
Constant Field Values

COMMA

public static final int COMMA
See Also:
Constant Field Values

LESSTHAN

public static final int LESSTHAN
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

FALSE

public static final int FALSE
See Also:
Constant Field Values

PLUSPLUS

public static final int PLUSPLUS
See Also:
Constant Field Values

MINUS

public static final int MINUS
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

DOT

public static final int DOT
See Also:
Constant Field Values

LESSTHANEQUAL

public static final int LESSTHANEQUAL
See Also:
Constant Field Values

GREATERTHAN

public static final int GREATERTHAN
See Also:
Constant Field Values

STRING_CONSTANT

public static final int STRING_CONSTANT
See Also:
Constant Field Values
Constructor Detail

sym

public sym()