public interface UParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT
Lexical state.
|
static int |
DIVIDE
RegularExpression Id.
|
static int |
DOLLAR
RegularExpression Id.
|
static int |
DOUBLE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQUALS
RegularExpression Id.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LPAREN
RegularExpression Id.
|
static int |
LT
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
MULTIPLY
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
PORT
RegularExpression Id.
|
static int |
POWER
RegularExpression Id.
|
static int |
RPAREN
RegularExpression Id.
|
static int |
SEMICOLON
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
UNITLABEL
RegularExpression Id.
|
static final int EOF
static final int PLUS
static final int MINUS
static final int MULTIPLY
static final int DIVIDE
static final int POWER
static final int EQUALS
static final int LT
static final int DOLLAR
static final int SEMICOLON
static final int INTEGER
static final int EXPONENT
static final int DOUBLE
static final int UNITLABEL
static final int LETTER
static final int PORT
static final int LPAREN
static final int RPAREN
static final int DEFAULT
static final java.lang.String[] tokenImage