public interface FilterParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
S_CHAR_LITERAL
RegularExpression Id.
|
static int |
S_DOUBLE
RegularExpression Id.
|
static int |
S_INTEGER
RegularExpression Id.
|
static int |
S_NULL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int S_DOUBLE
static final int S_INTEGER
static final int DIGIT
static final int S_CHAR_LITERAL
static final int S_NULL
static final int DEFAULT
static final String[] tokenImage
Copyright © 2021 CURS. All rights reserved.