polyglot.pth
Class sym

java.lang.Object
  extended by polyglot.pth.sym

public class sym
extends java.lang.Object

CUP generated class containing symbol constants.


Field Summary
static int COMMA
           
static int EOF
           
static int error
           
static int IDENT
           
static int LBRACE
           
static int LBRACK
           
static int LPAREN
           
static int RBRACE
           
static int RBRACK
           
static int RPAREN
           
static int SEMICOLON
           
static int STRING_LITERAL
           
 
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

LBRACE

public static final int LBRACE
See Also:
Constant Field Values

IDENT

public static final int IDENT
See Also:
Constant Field Values

STRING_LITERAL

public static final int STRING_LITERAL
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

RBRACK

public static final int RBRACK
See Also:
Constant Field Values

COMMA

public static final int COMMA
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

SEMICOLON

public static final int SEMICOLON
See Also:
Constant Field Values

RPAREN

public static final int RPAREN
See Also:
Constant Field Values

LBRACK

public static final int LBRACK
See Also:
Constant Field Values

RBRACE

public static final int RBRACE
See Also:
Constant Field Values

LPAREN

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

sym

public sym()