Uses of Interface
com.puppycrawl.tools.checkstyle.checks.regexp.MatchSuppressor
-
Packages that use MatchSuppressor Package Description com.puppycrawl.tools.checkstyle.checks.regexp 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 MatchSuppressor Modifier and Type Class Description (package private) class
CommentSuppressor
Implementation of aMatchSuppressor
that suppresses based on whether in a comment.class
NeverSuppress
An implementation ofMatchSuppressor
that never suppresses a match.Fields in com.puppycrawl.tools.checkstyle.checks.regexp declared as MatchSuppressor Modifier and Type Field Description static 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 MatchSuppressor Modifier and Type Method Description MatchSuppressor
DetectorOptions. getSuppressor()
The suppressor to use.Methods in com.puppycrawl.tools.checkstyle.checks.regexp with parameters of type MatchSuppressor Modifier and Type Method Description DetectorOptions.Builder
DetectorOptions.Builder. suppressor(MatchSuppressor val)
Specifies the suppressor to use and returns Builder object.
-