com.alibaba.fastjson.parser
Class JSONToken
java.lang.Object
com.alibaba.fastjson.parser.JSONToken
public class JSONToken
- extends Object
- Author:
- wenshao
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
JSONToken
public JSONToken()
name
public static String name(int value)
Copyright © 2012
Alibaba Group. All Rights Reserved.