public class JSObject extends Object
JSObject()
void
deserialize(String json)
static Object
getGlobal(String name)
getProperty(Object context, String name)
JSType
getType()
String
serialize()
static void
setProperty(Object context, String name, Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSObject()
public static void setProperty(Object context, String name, Object obj)
public static Object getProperty(Object context, String name)
public String serialize()
public void deserialize(String json)
public JSType getType()
public static Object getGlobal(String name)
Copyright © 2013. All Rights Reserved.