public interface SimpleExpConstants
Modifier and Type | Field and Description |
---|---|
static int |
CLOSE_PAR
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
EQUAL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
OPEN_PAR
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
SEMI
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int PLUS
static final int EQUAL
static final int SEMI
static final int OPEN_PAR
static final int CLOSE_PAR
static final int NUMBER
static final int IDENTIFIER
static final int DEFAULT
static final java.lang.String[] tokenImage