Module | Description |
---|---|
java.base |
Defines the foundational APIs of the Java SE Platform.
|
java.logging |
Defines the Java Logging API.
|
java.scripting |
Defines the Scripting API.
|
jdk.dynalink |
Package | Module | Description |
---|---|---|
jdk.nashorn.api.scripting | All Modules |
This package provides the
javax.script integration, which is the preferred way to use Nashorn. |
jdk.nashorn.api.tree | All Modules |
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
|
jdk.nashorn.internal.runtime | jdk.scripting.nashorn.shell | |
jdk.nashorn.internal.objects | jdk.scripting.nashorn.shell | |
jdk.nashorn.tools | jdk.scripting.nashorn.shell |
Type | Description |
---|---|
ScriptEngineFactory (Implementation: NashornScriptEngineFactory) |
ScriptEngineFactory is used to describe and instantiate
ScriptEngines . |
jdk.dynalink.linker.GuardingDynamicLinkerExporter (Implementation: jdk.nashorn.api.linker.NashornLinkerExporter) |
A class acting as a supplier of guarding dynamic linkers that can be
automatically loaded by other language runtimes.
|
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b134-2ubuntu1