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 |
E
RegularExpression Id.
|
static int |
ENDQUOTE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
ESC_STATE
Lexical state.
|
static int |
HEX
RegularExpression Id.
|
static int |
HEX_ESC
RegularExpression Id.
|
static int |
HEX_STATE
Lexical state.
|
static int |
IN_JAVA_DOC_COMMENT
Lexical state.
|
static int |
IN_MULTI_LINE_COMMENT
Lexical state.
|
static int |
JAVA_DOC_COMMENT
RegularExpression Id.
|
static int |
MULTI_LINE_COMMENT
RegularExpression Id.
|
static int |
QUOTE
RegularExpression Id.
|
static int |
SINGLE_LINE_COMMENT
RegularExpression Id.
|
static int |
STRING_STATE
Lexical state.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int E
static final int DIGITS
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 SINGLE_LINE_COMMENT
static final int JAVA_DOC_COMMENT
static final int MULTI_LINE_COMMENT
static final int DEFAULT
static final int STRING_STATE
static final int ESC_STATE
static final int HEX_STATE
static final int IN_JAVA_DOC_COMMENT
static final int IN_MULTI_LINE_COMMENT
static final String[] tokenImage
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.