Uses of Package
jdk.nashorn.api.scripting
-
Packages that use jdk.nashorn.api.scripting Package Description jdk.nashorn.api.scripting This package provides thejavax.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. -
Classes in jdk.nashorn.api.scripting used by jdk.nashorn.api.scripting 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. -
Classes in jdk.nashorn.api.scripting used by jdk.nashorn.api.tree Class Description NashornException This is base exception for all Nashorn exceptions.ScriptObjectMirror Mirror object that wraps a given Nashorn Script object.