Uses of Interface
org.openjdk.nashorn.api.tree.ImportEntryTree
-
Packages that use ImportEntryTree Package Description org.openjdk.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 ImportEntryTree in org.openjdk.nashorn.api.tree
Methods in org.openjdk.nashorn.api.tree that return types with arguments of type ImportEntryTree Modifier and Type Method Description java.util.List<? extends ImportEntryTree>
ModuleTree. getImportEntries()
Returns the list of import entries.Methods in org.openjdk.nashorn.api.tree with parameters of type ImportEntryTree Modifier and Type Method Description R
SimpleTreeVisitorES5_1. visitImportEntry(ImportEntryTree node, P p)
Visits anImportEntryTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitImportEntry(ImportEntryTree node, P p)
Visit Module ImportEntry tree.R
TreeVisitor. visitImportEntry(ImportEntryTree node, P p)
Visit Module ImportEntry tree.
-