Uses of Interface
jdk.nashorn.api.tree.ImportEntryTree
-
Packages that use ImportEntryTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of ImportEntryTree in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree that return types with arguments of type ImportEntryTree Modifier and Type 方法 描述 List<? extends ImportEntryTree>ModuleTree. getImportEntries()返回导入条目的列表。Methods in jdk.nashorn.api.tree with parameters of type ImportEntryTree Modifier and Type 方法 描述 RSimpleTreeVisitorES5_1. visitImportEntry(ImportEntryTree node, P p)通过致电visitUnknown访问一个ImportEntryTree树。RSimpleTreeVisitorES6. visitImportEntry(ImportEntryTree node, P p)访问模块ImportEntry树。RTreeVisitor. visitImportEntry(ImportEntryTree node, P p)访问模块ImportEntry树。
-