Uses of Class
com.google.errorprone.ErrorProneOptions.Severity
Package | Description |
---|---|
com.google.errorprone |
-
Uses of ErrorProneOptions.Severity in com.google.errorprone
Methods in com.google.errorprone that return ErrorProneOptions.Severity Modifier and Type Method Description static ErrorProneOptions.Severity
ErrorProneOptions.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorProneOptions.Severity[]
ErrorProneOptions.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.errorprone that return types with arguments of type ErrorProneOptions.Severity Modifier and Type Method Description com.google.common.collect.ImmutableMap<String,ErrorProneOptions.Severity>
ErrorProneOptions. getSeverityMap()