Package com.alibaba.fastjson.parser
Class JSONToken
- java.lang.Object
-
- com.alibaba.fastjson.parser.JSONToken
-
public class JSONToken extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLONstatic intCOMMAstatic intDOTstatic intEOFstatic intERRORstatic intFALSEstatic intFIELD_NAMEstatic intHEXstatic intIDENTIFIERstatic intLBRACEstatic intLBRACKETstatic intLITERAL_FLOATstatic intLITERAL_INTstatic intLITERAL_ISO8601_DATEstatic intLITERAL_STRINGstatic intLPARENstatic intNEWstatic intNULLstatic intRBRACEstatic intRBRACKETstatic intRPARENstatic intSEMIstatic intSETstatic intTREE_SETstatic intTRUEstatic intUNDEFINED
-
Constructor Summary
Constructors Constructor Description JSONToken()
-
-
-
Field Detail
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
LITERAL_INT
public static final int LITERAL_INT
- See Also:
- Constant Field Values
-
LITERAL_FLOAT
public static final int LITERAL_FLOAT
- See Also:
- Constant Field Values
-
LITERAL_STRING
public static final int LITERAL_STRING
- See Also:
- Constant Field Values
-
LITERAL_ISO8601_DATE
public static final int LITERAL_ISO8601_DATE
- See Also:
- Constant Field Values
-
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
NEW
public static final int NEW
- See Also:
- Constant Field Values
-
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
-
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
-
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
-
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
-
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
-
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
COLON
public static final int COLON
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
FIELD_NAME
public static final int FIELD_NAME
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
SET
public static final int SET
- See Also:
- Constant Field Values
-
TREE_SET
public static final int TREE_SET
- See Also:
- Constant Field Values
-
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
-
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- See Also:
- Constant Field Values
-
HEX
public static final int HEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public static String name(int value)
-
-