Package com.sdicons.json.parser.impl
Interface JSONParserAntlrTokenTypes
-
- All Known Implementing Classes:
JSONLexer
,JSONParserAntlr
public interface JSONParserAntlrTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLON
static int
COMMA
static int
DIGIT
static int
EOF
static int
ESC
static int
EXPONENT
static int
FALSE
static int
HEX_DIGIT
static int
INTEGER
static int
LBRACK
static int
LCURLY
static int
LPAREN
static int
NONZERO
static int
NULL
static int
NULL_TREE_LOOKAHEAD
static int
NUMBER
static int
QUOTES
static int
RBRACK
static int
RCURLY
static int
RPAREN
static int
SL_COMMENT
static int
STRING
static int
TRUE
static int
WS
static int
ZERO
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
- See Also:
- Constant Field Values
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
-
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
-
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
-
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
QUOTES
static final int QUOTES
- See Also:
- Constant Field Values
-
ESC
static final int ESC
- See Also:
- Constant Field Values
-
HEX_DIGIT
static final int HEX_DIGIT
- See Also:
- Constant Field Values
-
ZERO
static final int ZERO
- See Also:
- Constant Field Values
-
NONZERO
static final int NONZERO
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
-
WS
static final int WS
- See Also:
- Constant Field Values
-
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
-
-