interface UnitTokenConstants
Modifier and Type | Field and Description |
---|---|
static int |
ASTERISK
RegularExpression Id.
|
static int |
CARET
RegularExpression Id.
|
static int |
CLOSE_PAREN
RegularExpression Id.
|
static int |
COLON
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
E
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXTENDED_CHAR
RegularExpression Id.
|
static int |
FLOATING_POINT
RegularExpression Id.
|
static int |
INITIAL_CHAR
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LOG
RegularExpression Id.
|
static int |
MIDDLE_DOT
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
NAT_LOG
RegularExpression Id.
|
static int |
OPEN_PAREN
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
SOLIDUS
RegularExpression Id.
|
static int |
SUPERSCRIPT_DIGIT
RegularExpression Id.
|
static int |
SUPERSCRIPT_INTEGER
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
UNIT_IDENTIFIER
RegularExpression Id.
|
static final int EOF
static final int DIGIT
static final int SUPERSCRIPT_DIGIT
static final int INITIAL_CHAR
static final int EXTENDED_CHAR
static final int PLUS
static final int MINUS
static final int ASTERISK
static final int MIDDLE_DOT
static final int SOLIDUS
static final int CARET
static final int COLON
static final int OPEN_PAREN
static final int CLOSE_PAREN
static final int INTEGER
static final int SUPERSCRIPT_INTEGER
static final int FLOATING_POINT
static final int LOG
static final int NAT_LOG
static final int E
static final int UNIT_IDENTIFIER
static final int DEFAULT
static final java.lang.String[] tokenImage