com.alibaba.fastjson.parser
类 JSONToken
java.lang.Object
com.alibaba.fastjson.parser.JSONToken
public class JSONToken
- extends Object
- 作者:
- wenshao
ERROR
public static final int ERROR
- 另请参见:
- 常量字段值
LITERAL_INT
public static final int LITERAL_INT
- 另请参见:
- 常量字段值
LITERAL_FLOAT
public static final int LITERAL_FLOAT
- 另请参见:
- 常量字段值
LITERAL_STRING
public static final int LITERAL_STRING
- 另请参见:
- 常量字段值
LITERAL_ISO8601_DATE
public static final int LITERAL_ISO8601_DATE
- 另请参见:
- 常量字段值
TRUE
public static final int TRUE
- 另请参见:
- 常量字段值
FALSE
public static final int FALSE
- 另请参见:
- 常量字段值
NULL
public static final int NULL
- 另请参见:
- 常量字段值
NEW
public static final int NEW
- 另请参见:
- 常量字段值
LPAREN
public static final int LPAREN
- 另请参见:
- 常量字段值
RPAREN
public static final int RPAREN
- 另请参见:
- 常量字段值
LBRACE
public static final int LBRACE
- 另请参见:
- 常量字段值
RBRACE
public static final int RBRACE
- 另请参见:
- 常量字段值
LBRACKET
public static final int LBRACKET
- 另请参见:
- 常量字段值
RBRACKET
public static final int RBRACKET
- 另请参见:
- 常量字段值
COMMA
public static final int COMMA
- 另请参见:
- 常量字段值
COLON
public static final int COLON
- 另请参见:
- 常量字段值
IDENTIFIER
public static final int IDENTIFIER
- 另请参见:
- 常量字段值
FIELD_NAME
public static final int FIELD_NAME
- 另请参见:
- 常量字段值
EOF
public static final int EOF
- 另请参见:
- 常量字段值
SET
public static final int SET
- 另请参见:
- 常量字段值
TREE_SET
public static final int TREE_SET
- 另请参见:
- 常量字段值
UNDEFINED
public static final int UNDEFINED
- 另请参见:
- 常量字段值
JSONToken
public JSONToken()
name
public static String name(int value)
Copyright © 2012-2014 Alibaba Group. All Rights Reserved.