Uses of Interface
org.openjdk.nashorn.api.scripting.JSObject
-
Packages that use JSObject Package Description org.openjdk.nashorn.api.scripting This package provides thejavax.script
integration, which is the preferred way to use Nashorn. -
-
Uses of JSObject in org.openjdk.nashorn.api.scripting
Classes in org.openjdk.nashorn.api.scripting that implement JSObject Modifier and Type Class Description class
AbstractJSObject
This is the base class for nashorn ScriptObjectMirror class.class
ScriptObjectMirror
Mirror object that wraps a given Nashorn Script object.Methods in org.openjdk.nashorn.api.scripting with parameters of type JSObject Modifier and Type Method Description static java.lang.Object
AbstractJSObject. getDefaultValue(JSObject jsobj, java.lang.Class<?> hint)
Deprecated.usegetDefaultValue(Class)
instead.
-