public interface CalculatorParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
DECIMAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DELIMITER
RegularExpression Id.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EOL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IMAGINARY
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
INVALID_CHAR
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int INTEGER
static final int DECIMAL
static final int DIGIT
static final int IMAGINARY
static final int IDENTIFIER
static final int LETTER
static final int DELIMITER
static final int EOL
static final int INVALID_CHAR
static final int DEFAULT
static final String[] tokenImage
Copyright © 2017. All rights reserved.