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 |
DoWhileLoopTree
A tree node for a 'do' statement.
|
interface |
ForLoopTree
A tree node for a basic 'for' loop statement.
|
interface |
WhileLoopTree
A tree node for a 'while' loop statement.
|
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b88