Uses of Interface
jdk.nashorn.api.tree.ConditionalLoopTree
-
Packages that use ConditionalLoopTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of ConditionalLoopTree in jdk.nashorn.api.tree
Subinterfaces of ConditionalLoopTree in jdk.nashorn.api.tree Modifier and Type 接口 描述 interface
DoWhileLoopTree
“do”语句的树节点。interface
ForLoopTree
循环语句的基本“for”循环语句的树节点。interface
WhileLoopTree
循环语句的“while”树结点。
-