Uses of Interface
jdk.nashorn.api.tree.LoopTree
-
Packages that use LoopTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of LoopTree in jdk.nashorn.api.tree
Subinterfaces of LoopTree in jdk.nashorn.api.tree Modifier and Type 接口 描述 interface
ConditionalLoopTree
一个混合条件的“循环”语句。interface
DoWhileLoopTree
“do”语句的树节点。interface
ForInLoopTree
for..in语句的树节点例如:interface
ForLoopTree
循环语句的基本“for”循环语句的树节点。interface
ForOfLoopTree
一个树节点为 for..of statement 。interface
WhileLoopTree
A tree node for a 'while' loop statement.
-