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.
|
class |
SimpleTreeVisitorES6<R,P>
A simple implementation of the TreeVisitor for ECMAScript edition 6.
|
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-Ubuntu+0-9b134-2