Uses of Enum
com.google.errorprone.SuppressionInfo.SuppressedState
Packages that use SuppressionInfo.SuppressedState
-
Uses of SuppressionInfo.SuppressedState in com.google.errorprone
Subclasses with type arguments of type SuppressionInfo.SuppressedState in com.google.errorproneMethods in com.google.errorprone that return SuppressionInfo.SuppressedStateModifier and TypeMethodDescriptionSuppressionInfo.suppressedState
(Suppressible suppressible, boolean suppressedInGeneratedCode, VisitorState state) Returns true if this checker should be considered suppressed given the signals present in this object.Returns the enum constant of this type with the specified name.static SuppressionInfo.SuppressedState[]
SuppressionInfo.SuppressedState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.errorprone with parameters of type SuppressionInfo.SuppressedStateModifier and TypeMethodDescriptionVisitorState.withSuppression
(SuppressionInfo.SuppressedState suppressedState) -
Uses of SuppressionInfo.SuppressedState in com.google.errorprone.scanner
Methods in com.google.errorprone.scanner that return SuppressionInfo.SuppressedStateModifier and TypeMethodDescriptionprotected SuppressionInfo.SuppressedState
Scanner.isSuppressed
(Suppressible suppressible, ErrorProneOptions errorProneOptions, VisitorState state) Returns if this checker should be suppressed on the current tree path.