Uses of Interface
org.openjdk.nashorn.api.tree.ImportEntryTree
Packages that use ImportEntryTree
Package
Description
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
-
Uses of ImportEntryTree in org.openjdk.nashorn.api.tree
Methods in org.openjdk.nashorn.api.tree that return types with arguments of type ImportEntryTreeModifier and TypeMethodDescriptionList
<? extends ImportEntryTree> ModuleTree.getImportEntries()
Returns the list of import entries.Methods in org.openjdk.nashorn.api.tree with parameters of type ImportEntryTreeModifier and TypeMethodDescriptionSimpleTreeVisitorES5_1.visitImportEntry
(ImportEntryTree node, P p) Visits anImportEntryTree
tree by callingvisitUnknown
.SimpleTreeVisitorES6.visitImportEntry
(ImportEntryTree node, P p) Visit Module ImportEntry tree.TreeVisitor.visitImportEntry
(ImportEntryTree node, P p) Visit Module ImportEntry tree.