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 TypeClassDescriptionfinal 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.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.