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 | Class | Description |
---|---|---|
class |
SimpleTreeVisitorES5_1<R,P> |
A simple implementation of the TreeVisitor for ECMAScript edition 5.1.
|
class |
SimpleTreeVisitorES6<R,P> |
A simple implementation of the TreeVisitor for ECMAScript edition 6.
|
Modifier and Type | Method | Description |
---|---|---|
<R,D> R |
Tree.accept(TreeVisitor<R,D> visitor,
D data) |
Accept method used to implement the visitor pattern.
|
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, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1