Uses of Interface
org.openjdk.nashorn.api.tree.ExportEntryTree
Packages that use ExportEntryTree
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 ExportEntryTree in org.openjdk.nashorn.api.tree
Methods in org.openjdk.nashorn.api.tree that return types with arguments of type ExportEntryTreeModifier and TypeMethodDescriptionList
<? 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.Methods in org.openjdk.nashorn.api.tree with parameters of type ExportEntryTreeModifier and TypeMethodDescriptionSimpleTreeVisitorES5_1.visitExportEntry
(ExportEntryTree node, P p) Visits anExportEntryTree
tree by callingvisitUnknown
.SimpleTreeVisitorES6.visitExportEntry
(ExportEntryTree node, P p) Visit Module ExportEntry tree.TreeVisitor.visitExportEntry
(ExportEntryTree node, P p) Visit Module ExportEntry tree.