- PARENTHESIZED - jdk.nashorn.api.tree.Tree.Kind
-
- ParenthesizedTree - Interface in jdk.nashorn.api.tree
-
A tree node for a parenthesized expression.
- 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
- Parser - Interface in jdk.nashorn.api.tree
-
Represents nashorn ECMAScript parser instance.
- 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
-
- 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
++
.
- preventExtensions() - Method in class jdk.nashorn.api.scripting.ScriptObjectMirror
-
Flag this script object as non extensible
- PROPERTY - jdk.nashorn.api.tree.Tree.Kind
-
- PropertyTree - Interface in jdk.nashorn.api.tree
-
To represent property setting in an object literal tree.
- 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
-