com.alibaba.fastjson.parser
Class JSONToken

java.lang.Object
  extended by com.alibaba.fastjson.parser.JSONToken

public class JSONToken
extends Object

Author:
wenshao

Field Summary
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
           
 
Constructor Summary
JSONToken()
           
 
Method Summary
static String name(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

JSONToken

public JSONToken()
Method Detail

name

public static String name(int value)


Copyright © 2012 Alibaba Group. All Rights Reserved.