Nashorn API
DRAFT 9-Ubuntu+0-9b154-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 

F

FOR_IN_LOOP - jdk.nashorn.api.tree.Tree.Kind
Used for instances of ForInLoopTree.
FOR_LOOP - jdk.nashorn.api.tree.Tree.Kind
Used for instances of ForLoopTree.
FUNCTION - jdk.nashorn.api.tree.Tree.Kind
Used for instances of FunctionDeclarationTree.
FUNCTION_EXPRESSION - jdk.nashorn.api.tree.Tree.Kind
Used for instances of FunctionExpressionTree.
FUNCTION_INVOCATION - jdk.nashorn.api.tree.Tree.Kind
Used for instances of FunctionCallTree.
ForInLoopTree - Interface in jdk.nashorn.api.tree
A tree node for for..in statement For example:
ForLoopTree - Interface in jdk.nashorn.api.tree
A tree node for a basic 'for' loop statement.
ForOfLoopTree - Interface in jdk.nashorn.api.tree
A tree node for for..of statement.
FunctionCallTree - Interface in jdk.nashorn.api.tree
A tree node for a function call expression.
FunctionDeclarationTree - Interface in jdk.nashorn.api.tree
A tree node for a function declaration.
FunctionExpressionTree - Interface in jdk.nashorn.api.tree
A tree node for function expressions including arrow functions.
format(String, Object[]) - Static method in class jdk.nashorn.api.scripting.ScriptUtils
Method which converts javascript types to java types for the String.format method (jrunscript function sprintf).
freeze() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
ECMA 15.2.39 - freeze implementation.
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-9b154-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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b154-1