public interface ReadTypesConstants
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
FORMAL_COMMENT
RegularExpression Id.
|
static int |
HEX
RegularExpression Id.
|
static int |
ID
RegularExpression Id.
|
static int |
IN_FORMAL_COMMENT
Lexical state.
|
static int |
IN_MULTI_LINE_COMMENT
Lexical state.
|
static int |
IN_SINGLE_LINE_COMMENT
Lexical state.
|
static int |
INT
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
MULTI_LINE_COMMENT
RegularExpression Id.
|
static int |
OCT
RegularExpression Id.
|
static int |
SINGLE_LINE_COMMENT
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int FORMAL_COMMENT
static final int MULTI_LINE_COMMENT
static final int INT
static final int OCT
static final int HEX
static final int STRING
static final int ID
static final int LETTER
static final int DIGIT
static final int DEFAULT
static final int IN_SINGLE_LINE_COMMENT
static final int IN_FORMAL_COMMENT
static final int IN_MULTI_LINE_COMMENT
static final java.lang.String[] tokenImage