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 and Description |
---|---|
List<? extends ImportEntryTree> |
ModuleTree.getImportEntries()
Returns the list of import entries.
|
Modifier and Type | Method and Description |
---|---|
R |
SimpleTreeVisitorES5_1.visitImportEntry(ImportEntryTree node,
P p)
Visits an
ImportEntryTree tree by calling
visitUnknown . |
R |
SimpleTreeVisitorES6.visitImportEntry(ImportEntryTree node,
P p)
Visit Module ImportEntry tree.
|
R |
TreeVisitor.visitImportEntry(ImportEntryTree node,
P p)
Visit Module ImportEntry tree.
|
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-09-03-162606.buildd.src