Uses of Enum Class
com.google.errorprone.ErrorProneOptions.Severity
Packages that use ErrorProneOptions.Severity
-
Uses of ErrorProneOptions.Severity in com.google.errorprone
Subclasses with type arguments of type ErrorProneOptions.Severity in com.google.errorproneModifier and TypeClassDescriptionstatic enum
Severity levels for an error-prone check that define how the check results should be presented.Methods in com.google.errorprone that return ErrorProneOptions.SeverityModifier and TypeMethodDescriptionstatic ErrorProneOptions.Severity
Returns the enum constant of this class with the specified name.static ErrorProneOptions.Severity[]
ErrorProneOptions.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.errorprone that return types with arguments of type ErrorProneOptions.SeverityModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap
<String, ErrorProneOptions.Severity> ErrorProneOptions.getSeverityMap()