Uses of Enum
com.google.errorprone.BugPattern.SeverityLevel
Packages that use BugPattern.SeverityLevel
-
Uses of BugPattern.SeverityLevel in com.google.errorprone
Subclasses with type arguments of type BugPattern.SeverityLevel in com.google.errorproneModifier and TypeClassDescriptionstatic enumThe severity of the diagnostic.Fields in com.google.errorprone declared as BugPattern.SeverityLevelMethods in com.google.errorprone that return BugPattern.SeverityLevelModifier and TypeMethodDescriptionstatic BugPattern.SeverityLevelReturns 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.