java_cup
Class sym
java.lang.Object
java_cup.sym
- public class sym
- extends java.lang.Object
CUP generated class containing symbol constants.
Constructor Summary |
sym()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NON
public static final int NON
- See Also:
- Constant Field Values
NONTERMINAL
public static final int NONTERMINAL
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
CODE
public static final int CODE
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
NONASSOC
public static final int NONASSOC
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
PACKAGE
public static final int PACKAGE
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
WITH
public static final int WITH
- See Also:
- Constant Field Values
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
COLON_COLON_EQUALS
public static final int COLON_COLON_EQUALS
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
SCAN
public static final int SCAN
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
INIT
public static final int INIT
- See Also:
- Constant Field Values
PARSER
public static final int PARSER
- See Also:
- Constant Field Values
TERMINAL
public static final int TERMINAL
- See Also:
- Constant Field Values
PRECEDENCE
public static final int PRECEDENCE
- See Also:
- Constant Field Values
LBRACK
public static final int LBRACK
- See Also:
- Constant Field Values
RBRACK
public static final int RBRACK
- See Also:
- Constant Field Values
PERCENT_PREC
public static final int PERCENT_PREC
- See Also:
- Constant Field Values
START
public static final int START
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
BAR
public static final int BAR
- See Also:
- Constant Field Values
ACTION
public static final int ACTION
- See Also:
- Constant Field Values
CODE_STRING
public static final int CODE_STRING
- See Also:
- Constant Field Values
sym
public sym()