com.alibaba.dubbo.common.json
Class JSONToken

java.lang.Object
  extended by com.alibaba.dubbo.common.json.JSONToken

public class JSONToken
extends Object

JSONToken.

Author:
qian.lei

Field Summary
static int ANY
           
static int ARRAY
           
static int BOOL
           
static int COLON
           
static int COMMA
           
static int FLOAT
           
static int IDENT
           
static int INT
           
static int LBRACE
           
static int LSQUARE
           
static int NULL
           
static int OBJECT
           
static int RBRACE
           
static int RSQUARE
           
static int STRING
           
 int type
           
 Object value
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY

public static final int ANY
See Also:
Constant Field Values

IDENT

public static final int IDENT
See Also:
Constant Field Values

LBRACE

public static final int LBRACE
See Also:
Constant Field Values

LSQUARE

public static final int LSQUARE
See Also:
Constant Field Values

RBRACE

public static final int RBRACE
See Also:
Constant Field Values

RSQUARE

public static final int RSQUARE
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

NULL

public static final int NULL
See Also:
Constant Field Values

BOOL

public static final int BOOL
See Also:
Constant Field Values

INT

public static final int INT
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

ARRAY

public static final int ARRAY
See Also:
Constant Field Values

OBJECT

public static final int OBJECT
See Also:
Constant Field Values

type

public final int type

value

public final Object value


Copyright © 2012–2017 Alibaba. All rights reserved.