Uses of Interface
jdk.nashorn.api.tree.GotoTree
-
Packages that use GotoTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of GotoTree in jdk.nashorn.api.tree
Subinterfaces of GotoTree in jdk.nashorn.api.tree Modifier and Type 接口 描述 interface
BreakTree
“休息”语句的树节点。interface
ContinueTree
“continue”语句的树结点。
-