Uses of Interface
com.puppycrawl.tools.checkstyle.checks.regexp.MatchSuppressor
Packages that use MatchSuppressor
Package
Description
Contains the regular expression checks that are bundled with the main
distribution.
-
Uses of MatchSuppressor in com.puppycrawl.tools.checkstyle.checks.regexp
Classes in com.puppycrawl.tools.checkstyle.checks.regexp that implement MatchSuppressorModifier and TypeClassDescription(package private) class
Implementation of aMatchSuppressor
that suppresses based on whether in a comment.final class
An implementation ofMatchSuppressor
that never suppresses a match.Fields in com.puppycrawl.tools.checkstyle.checks.regexp declared as MatchSuppressorModifier and TypeFieldDescriptionstatic final MatchSuppressor
NeverSuppress.INSTANCE
The shared instance.private MatchSuppressor
DetectorOptions.suppressor
Used to determine whether to suppress a detected match.Methods in com.puppycrawl.tools.checkstyle.checks.regexp that return MatchSuppressorMethods in com.puppycrawl.tools.checkstyle.checks.regexp with parameters of type MatchSuppressorModifier and TypeMethodDescriptionDetectorOptions.Builder.suppressor
(MatchSuppressor val) Specifies the suppressor to use and returns Builder object.