- NASHORN_GLOBAL - Static variable in class jdk.nashorn.api.scripting.NashornScriptEngine
-
Key used to associate Nashorn global object mirror with arbitrary Bindings instance.
- NashornException - Exception in jdk.nashorn.api.scripting
-
This is base exception for all Nashorn exceptions.
- NashornException(String, String, int, int) - Constructor for exception jdk.nashorn.api.scripting.NashornException
-
Constructor to initialize error message, file name, line and column numbers.
- NashornException(String, Throwable) - Constructor for exception jdk.nashorn.api.scripting.NashornException
-
Constructor to initialize error message and cause exception.
- NashornException(String, Throwable, String, int, int) - Constructor for exception jdk.nashorn.api.scripting.NashornException
-
Constructor to initialize error message, cause exception, file name, line and column numbers.
- NashornScriptEngine - Class in jdk.nashorn.api.scripting
-
JSR-223 compliant script engine for Nashorn.
- NashornScriptEngineFactory - Class in jdk.nashorn.api.scripting
-
JSR-223 compliant script engine factory for Nashorn.
- NashornScriptEngineFactory() - Constructor for class jdk.nashorn.api.scripting.NashornScriptEngineFactory
-
- NEW - jdk.nashorn.api.tree.Tree.Kind
-
- newObject(Object...) - Method in class jdk.nashorn.api.scripting.AbstractJSObject
-
- newObject(Object...) - Method in interface jdk.nashorn.api.scripting.JSObject
-
Call this 'constructor' JavaScript function to create a new object.
- newObject(Object...) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
- NewTree - Interface in jdk.nashorn.api.tree
-
A tree node to declare a new instance of a class.
- NOPOS - Static variable in interface jdk.nashorn.api.tree.Diagnostic
-
Used to signal that no position is available.
- NOT_EQUAL_TO - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
not-equal-to
!=
.
- NOTE - jdk.nashorn.api.tree.Diagnostic.Kind
-
Informative message from the tool.
- NULL_LITERAL - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
LiteralTree
representing
the use of
null
.
- NUMBER_LITERAL - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
LiteralTree
representing
a number literal expression of type
double
.