Uses of Enum
com.google.errorprone.SuppressionInfo.SuppressedState
-
Uses of SuppressionInfo.SuppressedState in com.google.errorprone
Modifier 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.Modifier and TypeMethodDescriptionVisitorState.withSuppression
(SuppressionInfo.SuppressedState suppressedState) -
Uses of SuppressionInfo.SuppressedState in com.google.errorprone.scanner
Modifier and TypeMethodDescriptionprotected SuppressionInfo.SuppressedState
Scanner.isSuppressed
(Suppressible suppressible, ErrorProneOptions errorProneOptions, VisitorState state) Returns if this checker should be suppressed on the current tree path.