public interface FunctionParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DOUBLE_QUOTED_STRING_LITERAL
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FLOATING_POINT_LITERAL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
SINGLE_QUOTED_STRING_LITERAL
RegularExpression Id.
|
static int |
TERM
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int DOUBLE_QUOTED_STRING_LITERAL
static final int SINGLE_QUOTED_STRING_LITERAL
static final int NUMBER
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int INTEGER
static final int DIGIT
static final int IDENTIFIER
static final int TERM
static final int LETTER
static final int DEFAULT
static final String[] tokenImage
Copyright © 2022. All rights reserved.