Package | Description |
---|---|
jdk.nashorn.api.scripting |
This package provides the
javax.script integration, which is the preferred way to use Nashorn. |
jdk.nashorn.api.tree |
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
|
Class | Description |
---|---|
AbstractJSObject |
This is the base class for nashorn ScriptObjectMirror class.
|
ClassFilter |
Class filter (optional) to be used by nashorn script engine.
|
JSObject |
This interface can be implemented by an arbitrary Java class.
|
ScriptObjectMirror |
Mirror object that wraps a given Nashorn Script object.
|
Class | Description |
---|---|
NashornException |
This is base exception for all Nashorn exceptions.
|
ScriptObjectMirror |
Mirror object that wraps a given Nashorn Script object.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2014, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b161-1