Uses of Package
org.openjdk.nashorn.api.scripting
Packages that use org.openjdk.nashorn.api.scripting
Package
Description
This package provides the
javax.script
integration, which is the preferred way to use Nashorn.
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
-
Classes in org.openjdk.nashorn.api.scripting used by org.openjdk.nashorn.api.scriptingClassDescriptionThis is the base class for nashorn ScriptObjectMirror class.Class filter (optional) to be used by nashorn script engine.This interface can be implemented by an arbitrary Java class.Mirror object that wraps a given Nashorn Script object.
-
Classes in org.openjdk.nashorn.api.scripting used by org.openjdk.nashorn.api.treeClassDescriptionThis is base exception for all Nashorn exceptions.Mirror object that wraps a given Nashorn Script object.