com.jeffpalm.jvm
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
public interface ParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
BOOL
static final int BOOL
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage