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 |
BreakTree
A tree node for a 'break' statement.
|
interface |
ContinueTree
A tree node for a 'continue' statement.
|
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b71