Uses of Class
jdk.nashorn.api.tree.Tree.Kind
-
Packages that use Tree.Kind 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供接口以将ECMAScript源代码表示为抽象语法树(AST)和解析器以解析ECMAScript源脚本。 -
-
Uses of Tree.Kind in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree that return Tree.Kind 变量和类型 方法 描述 Tree.KindTree. getKind()不推荐使用,要删除:此API元素将在以后的版本中删除。获取此树的种类。static Tree.KindTree.Kind. valueOf(String name)不推荐使用,要删除:此API元素将在以后的版本中删除。返回具有指定名称的此类型的枚举常量。static Tree.Kind[]Tree.Kind. values()不推荐使用,要删除:此API元素将在以后的版本中删除。Returns an array containing the constants of this enum type, in the order they are declared.
-