Uses of Interface
jdk.nashorn.api.scripting.JSObject
-
Packages that use JSObject Package Description jdk.nashorn.api.scripting This package provides thejavax.scriptintegration, which is the preferred way to use Nashorn. -
-
Uses of JSObject in jdk.nashorn.api.scripting
Classes in jdk.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 jdk.nashorn.api.scripting with parameters of type JSObject Modifier and Type Method Description static ObjectAbstractJSObject. getDefaultValue(JSObject jsobj, Class<?> hint)Deprecated.usegetDefaultValue(Class)instead.
-