Uses of Class
org.sonar.java.AnalysisError.Kind
-
Packages that use AnalysisError.Kind Package Description org.sonar.java -
-
Uses of AnalysisError.Kind in org.sonar.java
Methods in org.sonar.java that return AnalysisError.Kind Modifier and Type Method Description AnalysisError.Kind
AnalysisError. getKind()
static AnalysisError.Kind
AnalysisError.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnalysisError.Kind[]
AnalysisError.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sonar.java with parameters of type AnalysisError.Kind Constructor Description AnalysisError(Exception exception, String filename, AnalysisError.Kind kind)
-