Raptor.LogicParser
Class sym

java.lang.Object
  extended by Raptor.LogicParser.sym

public class sym
extends java.lang.Object

CUP generated class containing symbol constants.


Field Summary
static int ADD
           
static int AIDENT
           
static int AND
           
static int BIDENT
           
static int BOOL
           
static int BOTTOM
           
static int COMMA
           
static int CURLL
           
static int CURLR
           
static int EOF
           
static int EQUALS
           
static int EQUALTO
           
static int error
           
static int EXISTS
           
static int FORALL
           
static int GREATERTHAN
           
static int GTE
           
static int IDENT
           
static int IFF
           
static int IMPLIES
           
static int INIT
           
static int INTARRAY
           
static int INTVAR
           
static int LESSTHAN
           
static int LIDENT
           
static int LPAREN
           
static int LTE
           
static int MULT
           
static int NOT
           
static int NOTEQUAL
           
static int NOTNOT
           
static int NUM
           
static int OR
           
static int RPAREN
           
static int SEMI
           
static int SK
           
static int SQLPAREN
           
static int SQRPAREN
           
static int SUB
           
static int TOP
           
static int VIDENT
           
 
Constructor Summary
sym()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GREATERTHAN

public static final int GREATERTHAN
See Also:
Constant Field Values

FORALL

public static final int FORALL
See Also:
Constant Field Values

LTE

public static final int LTE
See Also:
Constant Field Values

MULT

public static final int MULT
See Also:
Constant Field Values

EQUALS

public static final int EQUALS
See Also:
Constant Field Values

SK

public static final int SK
See Also:
Constant Field Values

AIDENT

public static final int AIDENT
See Also:
Constant Field Values

NOTEQUAL

public static final int NOTEQUAL
See Also:
Constant Field Values

LPAREN

public static final int LPAREN
See Also:
Constant Field Values

SEMI

public static final int SEMI
See Also:
Constant Field Values

INIT

public static final int INIT
See Also:
Constant Field Values

RPAREN

public static final int RPAREN
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

EQUALTO

public static final int EQUALTO
See Also:
Constant Field Values

LESSTHAN

public static final int LESSTHAN
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

BOOL

public static final int BOOL
See Also:
Constant Field Values

COMMA

public static final int COMMA
See Also:
Constant Field Values

IMPLIES

public static final int IMPLIES
See Also:
Constant Field Values

CURLR

public static final int CURLR
See Also:
Constant Field Values

NUM

public static final int NUM
See Also:
Constant Field Values

NOTNOT

public static final int NOTNOT
See Also:
Constant Field Values

CURLL

public static final int CURLL
See Also:
Constant Field Values

INTARRAY

public static final int INTARRAY
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

ADD

public static final int ADD
See Also:
Constant Field Values

EXISTS

public static final int EXISTS
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values

IDENT

public static final int IDENT
See Also:
Constant Field Values

GTE

public static final int GTE
See Also:
Constant Field Values

TOP

public static final int TOP
See Also:
Constant Field Values

BIDENT

public static final int BIDENT
See Also:
Constant Field Values

INTVAR

public static final int INTVAR
See Also:
Constant Field Values

LIDENT

public static final int LIDENT
See Also:
Constant Field Values

SQLPAREN

public static final int SQLPAREN
See Also:
Constant Field Values

SUB

public static final int SUB
See Also:
Constant Field Values

SQRPAREN

public static final int SQRPAREN
See Also:
Constant Field Values

IFF

public static final int IFF
See Also:
Constant Field Values

VIDENT

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

sym

public sym()