public interface JsonParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
BRACE_CLOSE
RegularExpression Id.
|
static int |
BRACE_OPEN
RegularExpression Id.
|
static int |
BRACKET_CLOSE
RegularExpression Id.
|
static int |
BRACKET_OPEN
RegularExpression Id.
|
static int |
C_MULTILINE_COMMENT_END
RegularExpression Id.
|
static int |
C_MULTILINE_COMMENT_START
RegularExpression Id.
|
static int |
C_SINGLE_COMMENT
RegularExpression Id.
|
static int |
COLON
RegularExpression Id.
|
static int |
COMMA
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DIGITS
RegularExpression Id.
|
static int |
DOT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXP
RegularExpression Id.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FALSE
RegularExpression Id.
|
static int |
FRACTIONAL_DIGITS
RegularExpression Id.
|
static int |
HTML_MULTILINE_COMMENT_END
RegularExpression Id.
|
static int |
HTML_MULTILINE_COMMENT_START
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
NULL
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
QUOTE_DOUBLE
RegularExpression Id.
|
static int |
QUOTE_SINGLE
RegularExpression Id.
|
static int |
SH_SINGLE_COMMENT
RegularExpression Id.
|
static int |
STRING_DOUBLE_BODY
RegularExpression Id.
|
static int |
STRING_DOUBLE_EMPTY
RegularExpression Id.
|
static int |
STRING_DOUBLE_NONEMPTY
RegularExpression Id.
|
static int |
STRING_SINGLE_BODY
RegularExpression Id.
|
static int |
STRING_SINGLE_EMPTY
RegularExpression Id.
|
static int |
STRING_SINGLE_NONEMPTY
RegularExpression Id.
|
static int |
SYMBOL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TRUE
RegularExpression Id.
|
static int |
UNICODE_WHITESPACE
RegularExpression Id.
|
static int |
WHITESPACE
RegularExpression Id.
|
static int |
WithinMLC
Lexical state.
|
static int |
WithinMLH
Lexical state.
|
static final int EOF
static final int C_SINGLE_COMMENT
static final int SH_SINGLE_COMMENT
static final int C_MULTILINE_COMMENT_START
static final int HTML_MULTILINE_COMMENT_START
static final int C_MULTILINE_COMMENT_END
static final int HTML_MULTILINE_COMMENT_END
static final int UNICODE_WHITESPACE
static final int WHITESPACE
static final int COMMA
static final int BRACE_OPEN
static final int BRACE_CLOSE
static final int COLON
static final int BRACKET_OPEN
static final int BRACKET_CLOSE
static final int DOT
static final int PLUS
static final int MINUS
static final int DIGIT
static final int EXP
static final int NUMBER
static final int INTEGER
static final int FRACTIONAL_DIGITS
static final int EXPONENT
static final int DIGITS
static final int TRUE
static final int FALSE
static final int NULL
static final int SYMBOL
static final int LETTER
static final int QUOTE_DOUBLE
static final int QUOTE_SINGLE
static final int STRING_SINGLE_EMPTY
static final int STRING_DOUBLE_EMPTY
static final int STRING_SINGLE_BODY
static final int STRING_DOUBLE_BODY
static final int STRING_SINGLE_NONEMPTY
static final int STRING_DOUBLE_NONEMPTY
static final int DEFAULT
static final int WithinMLC
static final int WithinMLH
static final String[] tokenImage
Copyright © 2022. All rights reserved.