public interface JsonParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
CHAR
RegularExpression Id.
|
static int |
CNTRL_ESC
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGITS
RegularExpression Id.
|
static int |
DOUBLE_QUOTE_LITERAL
RegularExpression Id.
|
static int |
E
RegularExpression Id.
|
static int |
ENDQUOTE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
ESC_STATE
Lexical state.
|
static int |
ESCAPE_CHAR
RegularExpression Id.
|
static int |
HEX
RegularExpression Id.
|
static int |
HEX_CHAR
RegularExpression Id.
|
static int |
HEX_ESC
RegularExpression Id.
|
static int |
HEX_STATE
Lexical state.
|
static int |
QUOTE
RegularExpression Id.
|
static int |
SINGLE_QUOTE_LITERAL
RegularExpression Id.
|
static int |
STRING_STATE
Lexical state.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
UNICODE_CHAR
RegularExpression Id.
|
static final int EOF
static final int E
static final int DIGITS
static final int HEX_CHAR
static final int UNICODE_CHAR
static final int ESCAPE_CHAR
static final int SINGLE_QUOTE_LITERAL
static final int DOUBLE_QUOTE_LITERAL
static final int QUOTE
static final int ENDQUOTE
static final int CHAR
static final int CNTRL_ESC
static final int HEX
static final int HEX_ESC
static final int DEFAULT
static final int STRING_STATE
static final int ESC_STATE
static final int HEX_STATE
static final java.lang.String[] tokenImage