Nashorn API
DRAFT 9-Ubuntu+0-9b149-1
A B C D E F G H I J K L M N O P R S T U V W X Y 

N

NashornException - Exception in jdk.nashorn.api.scripting
This is base exception for all Nashorn exceptions.
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.
NEW - jdk.nashorn.api.tree.Tree.Kind
Used for instances of NewTree.
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.
NewTree - Interface in jdk.nashorn.api.tree
A tree node to declare a new instance of a class.
NASHORN_GLOBAL - Static variable in class jdk.nashorn.api.scripting.NashornScriptEngine
Key used to associate Nashorn global object mirror with arbitrary Bindings instance.
NOPOS - Static variable in interface jdk.nashorn.api.tree.Diagnostic
Used to signal that no position is available.
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.
NashornScriptEngineFactory() - Constructor for class jdk.nashorn.api.scripting.NashornScriptEngineFactory
 
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
 
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links
Nashorn API
DRAFT 9-Ubuntu+0-9b149-1

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, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b149-1