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) classCommentSuppressorImplementation of aMatchSuppressorthat suppresses based on whether in a comment.classNeverSuppressAn implementation ofMatchSuppressorthat never suppresses a match.Fields in com.puppycrawl.tools.checkstyle.checks.regexp declared as MatchSuppressor Modifier and Type Field Description static MatchSuppressorNeverSuppress. INSTANCEThe shared instance.private MatchSuppressorDetectorOptions. suppressorUsed to determine whether to suppress a detected match.Methods in com.puppycrawl.tools.checkstyle.checks.regexp that return MatchSuppressor Modifier and Type Method Description MatchSuppressorDetectorOptions. getSuppressor()The suppressor to use.Methods in com.puppycrawl.tools.checkstyle.checks.regexp with parameters of type MatchSuppressor Modifier and Type Method Description DetectorOptions.BuilderDetectorOptions.Builder. suppressor(MatchSuppressor val)Specifies the suppressor to use and returns Builder object.
-