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

T

Tree.Kind - Enum in jdk.nashorn.api.tree
Enumerates all kinds of trees.
TEMPLATE_LITERAL - jdk.nashorn.api.tree.Tree.Kind
Used for instances of TemplateLiteralTree.
THROW - jdk.nashorn.api.tree.Tree.Kind
Used for instances of ThrowTree.
TRY - jdk.nashorn.api.tree.Tree.Kind
Used for instances of TryTree.
TYPEOF - jdk.nashorn.api.tree.Tree.Kind
Used for instances of UnaryTree representing logical typeof operator typeof.
TemplateLiteralTree - Interface in jdk.nashorn.api.tree
A tree node for template literal strings.
ThrowTree - Interface in jdk.nashorn.api.tree
A tree node for a 'throw' statement.
Tree - Interface in jdk.nashorn.api.tree
Common interface for all nodes in an abstract syntax tree.
TreeVisitor<R,P> - Interface in jdk.nashorn.api.tree
A visitor of trees, in the style of the visitor design pattern.
TryTree - Interface in jdk.nashorn.api.tree
A tree node for a 'try' statement.
to(Class<T>) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
Utility to convert this script object to the given type.
toNumber() - Method in class jdk.nashorn.api.scripting.AbstractJSObject
Deprecated.
toNumber() - Method in interface jdk.nashorn.api.scripting.JSObject
Deprecated.
toNumber() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
Deprecated.
toString() - 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-9b153-2

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

DRAFT 9-Ubuntu+0-9b153-2