Uses of Interface
org.openjdk.nashorn.api.scripting.JSObject
-
Packages that use JSObject Package Description org.openjdk.nashorn.api.scripting This package provides thejavax.scriptintegration, 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 classAbstractJSObjectThis is the base class for nashorn ScriptObjectMirror class.classScriptObjectMirrorMirror 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.ObjectAbstractJSObject. getDefaultValue(JSObject jsobj, java.lang.Class<?> hint)Deprecated.usegetDefaultValue(Class)instead.
-