Nashorn API
DRAFT 9-Debian+0-9b155-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 

P

PARENTHESIZED - jdk.nashorn.api.tree.Tree.Kind
Used for instances of ParenthesizedTree.
PLUS - jdk.nashorn.api.tree.Tree.Kind
Used for instances of BinaryTree representing addition or string concatenation +.
PLUS_ASSIGNMENT - jdk.nashorn.api.tree.Tree.Kind
Used for instances of CompoundAssignmentTree representing addition or string concatenation assignment +=.
POSTFIX_DECREMENT - jdk.nashorn.api.tree.Tree.Kind
Used for instances of UnaryTree representing postfix decrement operator --.
POSTFIX_INCREMENT - jdk.nashorn.api.tree.Tree.Kind
Used for instances of UnaryTree representing postfix increment operator ++.
PREFIX_DECREMENT - jdk.nashorn.api.tree.Tree.Kind
Used for instances of UnaryTree representing prefix decrement operator --.
PREFIX_INCREMENT - jdk.nashorn.api.tree.Tree.Kind
Used for instances of UnaryTree representing prefix increment operator ++.
PROPERTY - jdk.nashorn.api.tree.Tree.Kind
Used for instances of PropertyTree.
ParenthesizedTree - Interface in jdk.nashorn.api.tree
A tree node for a parenthesized expression.
Parser - Interface in jdk.nashorn.api.tree
Represents nashorn ECMAScript parser instance.
PropertyTree - Interface in jdk.nashorn.api.tree
To represent property setting in an object literal tree.
parse(File, DiagnosticListener) - Method in interface jdk.nashorn.api.tree.Parser
Parses the source file and returns compilation unit tree
parse(String, Reader, DiagnosticListener) - Method in interface jdk.nashorn.api.tree.Parser
Parses the reader and returns compilation unit tree
parse(String, String, boolean) - Static method in class jdk.nashorn.api.scripting.ScriptUtils
Returns AST as JSON compatible string.
parse(String, String, DiagnosticListener) - Method in interface jdk.nashorn.api.tree.Parser
Parses the string source and returns compilation unit tree
parse(URL, DiagnosticListener) - Method in interface jdk.nashorn.api.tree.Parser
Parses the source url and returns compilation unit tree
parse(Path, DiagnosticListener) - Method in interface jdk.nashorn.api.tree.Parser
Parses the source Path and returns compilation unit tree
parse(ScriptObjectMirror, DiagnosticListener) - Method in interface jdk.nashorn.api.tree.Parser
Parses the source from script object and returns compilation unit tree
preventExtensions() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
Flag this script object as non extensible
put(String, Object) - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
 
putAll(Map<? extends String, ? extends 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-Debian+0-9b155-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-Debian+0-9b155-1