Package | Description |
---|---|
jdk.nashorn.api.scripting |
This package provides the
javax.script integration, which is the preferred way to use Nashorn. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJSObject
This is the base class for nashorn ScriptObjectMirror class.
|
class |
ScriptObjectMirror
Mirror object that wraps a given Nashorn Script object.
|
Modifier and Type | Method and Description |
---|---|
static Object |
AbstractJSObject.getDefaultValue(JSObject jsobj,
Class<?> hint)
Deprecated.
use
getDefaultValue(Class) instead. |
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b94