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 变量和类型 接口 描述 interface
BreakTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。interface
ContinueTree
不推荐使用,要删除:此API元素将在以后的版本中删除。Nashorn JavaScript脚本引擎和API以及jjs工具已弃用,目的是在将来的版本中删除它们。
-