com.alibaba.fastjson.parser
类 JSONToken

java.lang.Object
  继承者 com.alibaba.fastjson.parser.JSONToken

public class JSONToken
extends Object

作者:
wenshao

字段摘要
static int COLON
           
static int COMMA
           
static int EOF
           
static int ERROR
           
static int FALSE
           
static int FIELD_NAME
           
static int IDENTIFIER
           
static int LBRACE
           
static int LBRACKET
           
static int LITERAL_FLOAT
           
static int LITERAL_INT
           
static int LITERAL_ISO8601_DATE
           
static int LITERAL_STRING
           
static int LPAREN
           
static int NEW
           
static int NULL
           
static int RBRACE
           
static int RBRACKET
           
static int RPAREN
           
static int SET
           
static int TREE_SET
           
static int TRUE
           
static int UNDEFINED
           
 
构造方法摘要
JSONToken()
           
 
方法摘要
static String name(int value)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

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.