Packagecom.godpaper.as3.serialization
Classpublic final class PGNTokenType
InheritancePGNTokenType Inheritance Object

Class containing constant values for the different types of tokens in a JSON encoded string.



Public Constants
 ConstantDefined By
  COLON : int = 6
[static]
PGNTokenType
  COMMA : int = 0
[static]
PGNTokenType
  ELLIPSIS : int = 14
[static]
PGNTokenType
  EXCLAMATION_POINT : int = 15
[static]
PGNTokenType
  FALSE : int = 8
[static]
PGNTokenType
  LEFT_BRACE : int = 1
[static]
PGNTokenType
  LEFT_BRACKET : int = 3
[static]
PGNTokenType
  META_KEY_GAME : int = 17
[static]
PGNTokenType
  NAN : int = 12
[static]
PGNTokenType
  NULL : int = 9
[static]
PGNTokenType
  NUMBER : int = 11
[static]
PGNTokenType
  QUESTION_MARK : int = 16
[static]
PGNTokenType
  QUOTATION_MARK : int = 13
[static]
PGNTokenType
  RIGHT_BRACE : int = 2
[static]
PGNTokenType
  RIGHT_BRACKET : int = 4
[static]
PGNTokenType
  STRING : int = 10
[static]
PGNTokenType
  TRUE : int = 7
[static]
PGNTokenType
  UNKNOWN : int = -1
[static]
PGNTokenType
Constant Detail
COLONConstant
public static const COLON:int = 6

COMMAConstant 
public static const COMMA:int = 0

ELLIPSISConstant 
public static const ELLIPSIS:int = 14

EXCLAMATION_POINTConstant 
public static const EXCLAMATION_POINT:int = 15

FALSEConstant 
public static const FALSE:int = 8

LEFT_BRACEConstant 
public static const LEFT_BRACE:int = 1

LEFT_BRACKETConstant 
public static const LEFT_BRACKET:int = 3

META_KEY_GAMEConstant 
public static const META_KEY_GAME:int = 17

NANConstant 
public static const NAN:int = 12

NULLConstant 
public static const NULL:int = 9

NUMBERConstant 
public static const NUMBER:int = 11

QUESTION_MARKConstant 
public static const QUESTION_MARK:int = 16

QUOTATION_MARKConstant 
public static const QUOTATION_MARK:int = 13

RIGHT_BRACEConstant 
public static const RIGHT_BRACE:int = 2

RIGHT_BRACKETConstant 
public static const RIGHT_BRACKET:int = 4

STRINGConstant 
public static const STRING:int = 10

TRUEConstant 
public static const TRUE:int = 7

UNKNOWNConstant 
public static const UNKNOWN:int = -1