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 接口 描述 interfaceConditionalLoopTree一个混合条件的“循环”语句。interfaceDoWhileLoopTree“do”语句的树节点。interfaceForInLoopTreefor..in语句的树节点例如:interfaceForLoopTree循环语句的基本“for”循环语句的树节点。interfaceForOfLoopTree一个树节点为 for..of statement 。interfaceWhileLoopTreeA tree node for a 'while' loop statement.
-