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 and Description |
---|---|
class |
SimpleTreeVisitorES5_1<R,P>
A simple implementation of the TreeVisitor for ECMAScript edition 5.1.
|
Modifier and Type | Method and Description |
---|---|
<R,D> R |
Tree.accept(TreeVisitor<R,D> visitor,
D data)
Accept method used to implement the visitor pattern.
|
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-02-27-124400.buildd.src