public interface PAParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
DECIMAL_LITERAL |
static int |
DEFAULT |
static int |
DIGIT |
static int |
EOF |
static int |
EXPONENT |
static int |
FLOATING_POINT_LITERAL |
static int |
HEX_LITERAL |
static int |
IDENTIFIER |
static int |
IMMEDIATE_IDENTIFIER |
static int |
INTEGER_LITERAL |
static int |
KEY_IDENTIFIER |
static int |
LBRACE |
static int |
LBRACKET |
static int |
LETTER |
static int |
RBRACE |
static int |
RBRACKET |
static int |
STRING_LITERAL |
static java.lang.String[] |
tokenImage |
static int |
WHITESPACE |
static final int EOF
static final int WHITESPACE
static final int INTEGER_LITERAL
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int STRING_LITERAL
static final int IDENTIFIER
static final int KEY_IDENTIFIER
static final int IMMEDIATE_IDENTIFIER
static final int LETTER
static final int DIGIT
static final int LBRACE
static final int RBRACE
static final int LBRACKET
static final int RBRACKET
static final int DEFAULT
static final java.lang.String[] tokenImage