Uses of Enum Class
org.openjdk.nashorn.api.tree.Diagnostic.Kind
Packages that use Diagnostic.Kind
Package
Description
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
-
Uses of Diagnostic.Kind in org.openjdk.nashorn.api.tree
Methods in org.openjdk.nashorn.api.tree that return Diagnostic.KindModifier and TypeMethodDescriptionDiagnostic.getKind()
Gets the kind of this diagnostic, for example, error or warning.static Diagnostic.Kind
Returns the enum constant of this class with the specified name.static Diagnostic.Kind[]
Diagnostic.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.