re.parser
Class sym

java.lang.Object
  extended by re.parser.sym

public class sym
extends Object

CUP generated class containing symbol constants.


Field Summary
static int BAR
           
static int CBRACKET
           
static int CPAREN
           
static int DOT
           
static int EOF
           
static int EPSILON
           
static int EQ
           
static int error
           
static int ID
           
static int IN
           
static int LET
           
static int LETTER
           
static int OBRACKET
           
static int OPAREN
           
static int PLUS
           
static int QUESTION
           
static int STAR
           
 
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

LETTER

public static final int LETTER
See Also:
Constant Field Values

BAR

public static final int BAR
See Also:
Constant Field Values

IN

public static final int IN
See Also:
Constant Field Values

OBRACKET

public static final int OBRACKET
See Also:
Constant Field Values

EPSILON

public static final int EPSILON
See Also:
Constant Field Values

CBRACKET

public static final int CBRACKET
See Also:
Constant Field Values

STAR

public static final int STAR
See Also:
Constant Field Values

EQ

public static final int EQ
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

QUESTION

public static final int QUESTION
See Also:
Constant Field Values

PLUS

public static final int PLUS
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

DOT

public static final int DOT
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

OPAREN

public static final int OPAREN
See Also:
Constant Field Values

LET

public static final int LET
See Also:
Constant Field Values

CPAREN

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

sym

public sym()