Uses of Interface
jdk.nashorn.api.scripting.JSObject
-
Packages that use JSObject 软件包 描述 jdk.nashorn.api.scripting 这个包提供了javax.script
集成,这是使用Nashorn的首选方式。 -
-
Uses of JSObject in jdk.nashorn.api.scripting
Classes in jdk.nashorn.api.scripting that implement JSObject Modifier and Type Class 描述 class
AbstractJSObject
这是nashorn ScriptObjectMirror类的基类。class
ScriptObjectMirror
包含给定Nashorn Script对象的镜像对象。Methods in jdk.nashorn.api.scripting with parameters of type JSObject Modifier and Type 方法 描述 static Object
AbstractJSObject. getDefaultValue(JSObject jsobj, Class<?> hint)
已过时。
-