Uses of Class
playn.flash.json.JsonType

Packages that use JsonType
playn.flash.json   
playn.flash.json.impl   
 

Uses of JsonType in playn.flash.json
 

Methods in playn.flash.json that return JsonType
 JsonType JsonValue.getType()
          Returns an enumeration representing the fundamental JSON type.
static JsonType JsonType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JsonType[] JsonType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of JsonType in playn.flash.json.impl
 

Methods in playn.flash.json.impl that return JsonType
 JsonType JreJsonString.getType()
           
 JsonType JreJsonObject.getType()
           
 JsonType JreJsonNumber.getType()
           
 JsonType JreJsonNull.getType()
           
 JsonType JreJsonBoolean.getType()
           
 JsonType JreJsonArray.getType()
           
 



Copyright © 2011. All Rights Reserved.