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