Uses of Interface
jdk.nashorn.api.tree.ExportEntryTree
-
Packages that use ExportEntryTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供接口以将ECMAScript源代码表示为抽象语法树(AST)和解析器以解析ECMAScript源脚本。 -
-
Uses of ExportEntryTree in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree that return types with arguments of type ExportEntryTree 变量和类型 方法 描述 List<? extends ExportEntryTree>
ModuleTree. getIndirectExportEntries()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回间接导出条目的列表。List<? extends ExportEntryTree>
ModuleTree. getLocalExportEntries()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回本地导出条目的列表。List<? extends ExportEntryTree>
ModuleTree. getStarExportEntries()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回星型导出条目列表。Methods in jdk.nashorn.api.tree with parameters of type ExportEntryTree 变量和类型 方法 描述 R
SimpleTreeVisitorES5_1. visitExportEntry(ExportEntryTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问一个ExportEntryTree
通过调用树visitUnknown
。R
SimpleTreeVisitorES6. visitExportEntry(ExportEntryTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问Module ExportEntry树。R
TreeVisitor. visitExportEntry(ExportEntryTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。Visit Module ExportEntry tree.
-