ppg.parse
Class Constant
java.lang.Object
ppg.parse.Constant
public class Constant
- extends java.lang.Object
CUP generated class containing symbol constants.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WITH
public static final int WITH
- See Also:
- Constant Field Values
PARSER
public static final int PARSER
- 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
STAR
public static final int STAR
- See Also:
- Constant Field Values
BAR
public static final int BAR
- See Also:
- Constant Field Values
SCAN
public static final int SCAN
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
NON
public static final int NON
- See Also:
- Constant Field Values
CODE
public static final int CODE
- 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
LEFT
public static final int LEFT
- 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
TRANSFER
public static final int TRANSFER
- See Also:
- Constant Field Values
INCLUDE
public static final int INCLUDE
- See Also:
- Constant Field Values
START
public static final int START
- See Also:
- Constant Field Values
NONTERMINAL
public static final int NONTERMINAL
- See Also:
- Constant Field Values
ACTION
public static final int ACTION
- See Also:
- Constant Field Values
LBRACK
public static final int LBRACK
- See Also:
- Constant Field Values
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
CODE_STR
public static final int CODE_STR
- See Also:
- Constant Field Values
RBRACK
public static final int RBRACK
- See Also:
- Constant Field Values
NONASSOC
public static final int NONASSOC
- See Also:
- Constant Field Values
TO
public static final int TO
- See Also:
- Constant Field Values
PACKAGE
public static final int PACKAGE
- See Also:
- Constant Field Values
DROP
public static final int DROP
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
EXTENDS
public static final int EXTENDS
- See Also:
- Constant Field Values
PRECEDENCE
public static final int PRECEDENCE
- See Also:
- Constant Field Values
EXTEND
public static final int EXTEND
- See Also:
- Constant Field Values
OVERRIDE
public static final int OVERRIDE
- See Also:
- Constant Field Values
PERCENT_PREC
public static final int PERCENT_PREC
- See Also:
- Constant Field Values
TERMINAL
public static final int TERMINAL
- See Also:
- Constant Field Values
STRING_CONST
public static final int STRING_CONST
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
IMPLEMENTS
public static final int IMPLEMENTS
- See Also:
- Constant Field Values
COLON_COLON_EQUALS
public static final int COLON_COLON_EQUALS
- See Also:
- Constant Field Values
Constant
public Constant()