Uses of Class
jdk.nashorn.api.scripting.AbstractJSObject
-
Packages that use AbstractJSObject Package Description jdk.nashorn.api.scripting This package provides thejavax.script
integration, which is the preferred way to use Nashorn. -
-
Uses of AbstractJSObject in jdk.nashorn.api.scripting
Subclasses of AbstractJSObject in jdk.nashorn.api.scripting Modifier and Type Class Description class
ScriptObjectMirror
Mirror object that wraps a given Nashorn Script object.
-