parser
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
public interface ParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
CLASS
static final int CLASS
- See Also:
- Constant Field Values
EXTENDS
static final int EXTENDS
- See Also:
- Constant Field Values
INT_CONST
static final int INT_CONST
- See Also:
- Constant Field Values
STRING_CONST
static final int STRING_CONST
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage