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 | Method | Description |
---|---|---|
List<? extends ExportEntryTree> |
ModuleTree.getIndirectExportEntries() |
Returns the list of indirect export entries.
|
List<? extends ExportEntryTree> |
ModuleTree.getLocalExportEntries() |
Returns the list of local export entries.
|
List<? extends ExportEntryTree> |
ModuleTree.getStarExportEntries() |
Returns the list of star export entries.
|
Modifier and Type | Method | Description |
---|---|---|
R |
SimpleTreeVisitorES5_1.visitExportEntry(ExportEntryTree node,
P p) |
Visits an
ExportEntryTree tree by calling
visitUnknown . |
R |
SimpleTreeVisitorES6.visitExportEntry(ExportEntryTree node,
P p) |
Visit Module ExportEntry tree.
|
R |
TreeVisitor.visitExportEntry(ExportEntryTree node,
P p) |
Visit Module ExportEntry tree.
|
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b139-1