public interface ParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
COMPUTATION
RegularExpression Id.
|
static int |
DECIMAL_LITERAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
HEX_LITERAL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LOOP
RegularExpression Id.
|
static int |
MEM_LOAD
RegularExpression Id.
|
static int |
MEM_STORE
RegularExpression Id.
|
static int |
PART_LETTER
RegularExpression Id.
|
static int |
SYSCALL
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int COMPUTATION
static final int SYSCALL
static final int MEM_LOAD
static final int MEM_STORE
static final int LOOP
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int IDENTIFIER
static final int LETTER
static final int PART_LETTER
static final int DEFAULT
static final java.lang.String[] tokenImage