Uses of Interface
jdk.nashorn.api.tree.ExportEntryTree
| 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. | 
- 
Uses of ExportEntryTree in jdk.nashorn.api.treeMethods in jdk.nashorn.api.tree that return types with arguments of type ExportEntryTree Modifier and Type Method Description List<? extends ExportEntryTree>ModuleTree. getIndirectExportEntries()Deprecated, for removal: This API element is subject to removal in a future version.Returns the list of indirect export entries.List<? extends ExportEntryTree>ModuleTree. getLocalExportEntries()Deprecated, for removal: This API element is subject to removal in a future version.Returns the list of local export entries.List<? extends ExportEntryTree>ModuleTree. getStarExportEntries()Deprecated, for removal: This API element is subject to removal in a future version.Returns the list of star export entries.Methods in jdk.nashorn.api.tree with parameters of type ExportEntryTree Modifier and Type Method Description RSimpleTreeVisitorES5_1. visitExportEntry(ExportEntryTree node, P p)Deprecated, for removal: This API element is subject to removal in a future version.Visits anExportEntryTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitExportEntry(ExportEntryTree node, P p)Deprecated, for removal: This API element is subject to removal in a future version.Visit Module ExportEntry tree.RTreeVisitor. visitExportEntry(ExportEntryTree node, P p)Deprecated, for removal: This API element is subject to removal in a future version.Visit Module ExportEntry tree.