net.sourceforge.sasi
Class SASISym

java.lang.Object
  extended bynet.sourceforge.sasi.SASISym

public class SASISym
extends java.lang.Object

CUP generated class containing symbol constants.


Field Summary
static int AND
           
static int EOF
           
static int EQUAL
           
static int error
           
static int ID
           
static int LPAREN
           
static int NOT
           
static int NOTEQUAL
           
static int OR
           
static int RPAREN
           
static int SEMI
           
static int SET
           
static int STRING_LITERAL
           
static int TIMES
           
 
Constructor Summary
SASISym()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AND

public static final int AND
See Also:
Constant Field Values

NOTEQUAL

public static final int NOTEQUAL
See Also:
Constant Field Values

SET

public static final int SET
See Also:
Constant Field Values

SEMI

public static final int SEMI
See Also:
Constant Field Values

STRING_LITERAL

public static final int STRING_LITERAL
See Also:
Constant Field Values

EQUAL

public static final int EQUAL
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

RPAREN

public static final int RPAREN
See Also:
Constant Field Values

TIMES

public static final int TIMES
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

LPAREN

public static final int LPAREN
See Also:
Constant Field Values

OR

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

SASISym

public SASISym()