Uses of Class
com.google.errorprone.BugPattern.SeverityLevel
-
Packages that use BugPattern.SeverityLevel Package Description com.google.errorprone -
-
Uses of BugPattern.SeverityLevel in com.google.errorprone
Fields in com.google.errorprone declared as BugPattern.SeverityLevel Modifier and Type Field Description BugPattern.SeverityLevel
BugPatternInstance. severity
Methods in com.google.errorprone that return BugPattern.SeverityLevel Modifier and Type Method Description BugPattern.SeverityLevel
severity()
static BugPattern.SeverityLevel
BugPattern.SeverityLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static BugPattern.SeverityLevel[]
BugPattern.SeverityLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-