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 intCOLONstatic intCOMMAstatic intDIGITstatic intEOFstatic intESCstatic intEXPONENTstatic intFALSEstatic intHEX_DIGITstatic intINTEGERstatic intLBRACKstatic intLCURLYstatic intLPARENstatic intNONZEROstatic intNULLstatic intNULL_TREE_LOOKAHEADstatic intNUMBERstatic intQUOTESstatic intRBRACKstatic intRCURLYstatic intRPARENstatic intSL_COMMENTstatic intSTRINGstatic intTRUEstatic intWSstatic intZERO
-
-
-
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
-
-