JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
jdk.nashorn.api.tree.ModuleTree
Packages that use
ModuleTree
软件包
描述
jdk.nashorn.api.tree
Nashorn解析器API提供接口以将ECMAScript源代码表示为抽象语法树(AST)和解析器以解析ECMAScript源脚本。
Uses of
ModuleTree
in
jdk.nashorn.api.tree
Methods in
jdk.nashorn.api.tree
that return
ModuleTree
变量和类型
方法
描述
ModuleTree
CompilationUnitTree.
getModule
()
不推荐使用,要删除:此API元素将在以后的版本中删除。
返回与此编译单元关联的
ModuleTree
。
Methods in
jdk.nashorn.api.tree
with parameters of type
ModuleTree
变量和类型
方法
描述
R
SimpleTreeVisitorES5_1.
visitModule
(
ModuleTree
node,
P
p)
不推荐使用,要删除:此API元素将在以后的版本中删除。
访问一个
ModuleTree
通过调用树
visitUnknown
。
R
SimpleTreeVisitorES6.
visitModule
(
ModuleTree
node,
P
p)
不推荐使用,要删除:此API元素将在以后的版本中删除。
访问模块树。
R
TreeVisitor.
visitModule
(
ModuleTree
node,
P
p)
不推荐使用,要删除:此API元素将在以后的版本中删除。
访问模块树。