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 

C

CASE - jdk.nashorn.api.tree.Tree.Kind
Used for instances of CaseTree.
CATCH - jdk.nashorn.api.tree.Tree.Kind
Used for instances of CatchTree.
CLASS - jdk.nashorn.api.tree.Tree.Kind
Used for instances of ClassDeclarationTree.
CLASS_EXPRESSION - jdk.nashorn.api.tree.Tree.Kind
Used for instances of ClassExpressionTree.
COMMA - jdk.nashorn.api.tree.Tree.Kind
Used for instances of BinaryTree representing comma ,.
COMPILATION_UNIT - jdk.nashorn.api.tree.Tree.Kind
Used for instances of CompilationUnitTree.
CONDITIONAL_AND - jdk.nashorn.api.tree.Tree.Kind
Used for instances of BinaryTree representing conditional-and &&.
CONDITIONAL_EXPRESSION - jdk.nashorn.api.tree.Tree.Kind
Used for instances of ConditionalExpressionTree.
CONDITIONAL_OR - jdk.nashorn.api.tree.Tree.Kind
Used for instances of BinaryTree representing conditional-or ||.
CONTINUE - jdk.nashorn.api.tree.Tree.Kind
Used for instances of ContinueTree.
CaseTree - Interface in jdk.nashorn.api.tree
A tree node for a 'case' in a 'switch' statement.
CatchTree - Interface in jdk.nashorn.api.tree
A tree node for a 'catch' block in a 'try' statement.
ClassDeclarationTree - Interface in jdk.nashorn.api.tree
A tree node that represents a class declaration.
ClassExpressionTree - Interface in jdk.nashorn.api.tree
A tree node that represents a class expression.
ClassFilter - Interface in jdk.nashorn.api.scripting
Class filter (optional) to be used by nashorn script engine.
CompilationUnitTree - Interface in jdk.nashorn.api.tree
Represents the abstract syntax tree for compilation units (source files)
CompoundAssignmentTree - Interface in jdk.nashorn.api.tree
A tree node for compound assignment operator.
ConditionalExpressionTree - Interface in jdk.nashorn.api.tree
A tree node for the conditional operator ?
ConditionalLoopTree - Interface in jdk.nashorn.api.tree
A mixin for conditional "loop" statements.
ContinueTree - Interface in jdk.nashorn.api.tree
A tree node for a 'continue' statement.
call(Object, Object...) - Method in class jdk.nashorn.api.scripting.AbstractJSObject
 
call(Object, Object...) - Method in interface jdk.nashorn.api.scripting.JSObject
Call this object as a JavaScript function.
call(Object, Object...) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
 
callMember(String, Object...) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
Call member function
clear() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
 
close() - Method in class jdk.nashorn.api.scripting.URLReader
 
compile(Reader) - Method in class jdk.nashorn.api.scripting.NashornScriptEngine
 
compile(String) - Method in class jdk.nashorn.api.scripting.NashornScriptEngine
 
containsKey(Object) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
 
containsValue(Object) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
 
convert(Object, Object) - Static method in class jdk.nashorn.api.scripting.ScriptUtils
Convert the given object to the given type.
create(String...) - Static method in interface jdk.nashorn.api.tree.Parser
Factory method to create a new instance of Parser.
createBindings() - Method in class jdk.nashorn.api.scripting.NashornScriptEngine
 
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-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