public interface WirthParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
BAR
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DOT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQ
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
LBRACE
RegularExpression Id.
|
static int |
LBRACKET
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LITERAL
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
QUOT
RegularExpression Id.
|
static int |
RBRACE
RegularExpression Id.
|
static int |
RBRACKET
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int LITERAL
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int LPAREN
static final int RPAREN
static final int LBRACE
static final int RBRACE
static final int LBRACKET
static final int RBRACKET
static final int DOT
static final int EQ
static final int BAR
static final int QUOT
static final int DEFAULT
static final java.lang.String[] tokenImage