Uses of Enum Class
org.sonar.java.model.JProblem.Type
Packages that use JProblem.Type
-
Uses of JProblem.Type in org.sonar.java.model
Methods in org.sonar.java.model that return JProblem.TypeModifier and TypeMethodDescriptionJProblem.type()static JProblem.TypeReturns the enum constant of this class with the specified name.static JProblem.Type[]JProblem.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.java.model with parameters of type JProblem.TypeMethod parameters in org.sonar.java.model with type arguments of type JProblem.TypeModifier and TypeMethodDescriptionvoidJavaTree.CompilationUnitTreeImpl.addWarnings(Map<JProblem.Type, Set<JWarning>> warnings)