Package | com.adobe.serialization.json |
Class | public final class JSONTokenType |
Inheritance | JSONTokenType ![]() |
Constant | Defined By | ||
---|---|---|---|
COLON : int = 6 [static] | JSONTokenType | ||
COMMA : int = 0 [static] | JSONTokenType | ||
FALSE : int = 8 [static] | JSONTokenType | ||
LEFT_BRACE : int = 1 [static] | JSONTokenType | ||
LEFT_BRACKET : int = 3 [static] | JSONTokenType | ||
NAN : int = 12 [static] | JSONTokenType | ||
NULL : int = 9 [static] | JSONTokenType | ||
NUMBER : int = 11 [static] | JSONTokenType | ||
RIGHT_BRACE : int = 2 [static] | JSONTokenType | ||
RIGHT_BRACKET : int = 4 [static] | JSONTokenType | ||
STRING : int = 10 [static] | JSONTokenType | ||
TRUE : int = 7 [static] | JSONTokenType | ||
UNKNOWN : int = -1 [static] | JSONTokenType |
COLON | Constant |
public static const COLON:int = 6
COMMA | Constant |
public static const COMMA:int = 0
FALSE | Constant |
public static const FALSE:int = 8
LEFT_BRACE | Constant |
public static const LEFT_BRACE:int = 1
LEFT_BRACKET | Constant |
public static const LEFT_BRACKET:int = 3
NAN | Constant |
public static const NAN:int = 12
NULL | Constant |
public static const NULL:int = 9
NUMBER | Constant |
public static const NUMBER:int = 11
RIGHT_BRACE | Constant |
public static const RIGHT_BRACE:int = 2
RIGHT_BRACKET | Constant |
public static const RIGHT_BRACKET:int = 4
STRING | Constant |
public static const STRING:int = 10
TRUE | Constant |
public static const TRUE:int = 7
UNKNOWN | Constant |
public static const UNKNOWN:int = -1