Uses of Interface
com.puppycrawl.tools.checkstyle.checks.regexp.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
Modifier 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.Modifier and TypeFieldDescriptionstatic final MatchSuppressor
NeverSuppress.INSTANCE
The shared instance.private MatchSuppressor
DetectorOptions.suppressor
Used to determine whether to suppress a detected match.Modifier and TypeMethodDescriptionDetectorOptions.Builder.suppressor
(MatchSuppressor val) Specifies the suppressor to use and returns Builder object.