Nashorn API
DRAFT 9-Ubuntu+0-9b147-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
A
- AbstractJSObject - Class in jdk.nashorn.api.scripting
-
This is the base class for nashorn ScriptObjectMirror class.
- AND - jdk.nashorn.api.tree.Tree.Kind
-
Used for instances of
BinaryTree
representing
bitwise and logical "and"
&
.
- AND_ASSIGNMENT - jdk.nashorn.api.tree.Tree.Kind
-
- ARRAY_ACCESS - jdk.nashorn.api.tree.Tree.Kind
-
- ARRAY_LITERAL - jdk.nashorn.api.tree.Tree.Kind
-
- ASSIGNMENT - jdk.nashorn.api.tree.Tree.Kind
-
- ArrayAccessTree - Interface in jdk.nashorn.api.tree
-
A tree node for an array access expression.
- ArrayLiteralTree - Interface in jdk.nashorn.api.tree
-
Represents ECMAScript array literal expression.
- AssignmentTree - Interface in jdk.nashorn.api.tree
-
A tree node for an assignment expression.
- AbstractJSObject() - Constructor for class jdk.nashorn.api.scripting.AbstractJSObject
-
The default constructor.
- accept(TreeVisitor<R, D>, D) - Method in interface jdk.nashorn.api.tree.Tree
-
Accept method used to implement the visitor pattern.
- asInterface() - Method in enum jdk.nashorn.api.tree.Tree.Kind
-
Returns the associated interface type that uses this kind.
A B C D E F G H I J K L M N O P R S T U V W X Y
Nashorn API
DRAFT 9-Ubuntu+0-9b147-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-9b147-1