Uses of Interface
jdk.nashorn.api.tree.ExportEntryTree
-
Packages that use 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.tree
Methods in jdk.nashorn.api.tree that return types with arguments of type ExportEntryTree 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.Methods in jdk.nashorn.api.tree with parameters of type ExportEntryTree Modifier and Type Method Description RSimpleTreeVisitorES5_1. visitExportEntry(ExportEntryTree node, P p)Visits anExportEntryTreetree by callingvisitUnknown.RSimpleTreeVisitorES6. visitExportEntry(ExportEntryTree node, P p)Visit Module ExportEntry tree.RTreeVisitor. visitExportEntry(ExportEntryTree node, P p)Visit Module ExportEntry tree.
-