Package | Description |
---|---|
jdk.nashorn.api.tree |
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConditionalLoopTree
A mixin for conditional "loop" statements.
|
interface |
DoWhileLoopTree
A tree node for a 'do' statement.
|
interface |
ForInLoopTree
A tree node for for..in statement
For example:
|
interface |
ForLoopTree
A tree node for a basic 'for' loop statement.
|
interface |
WhileLoopTree
A tree node for a 'while' loop statement.
|
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-152615.buildd.src