Package com.puppycrawl.tools.checkstyle.checks.regexp
Contains the regular expression checks that are bundled with the main
distribution.
-
Interface Summary Interface Description MatchSuppressor Represents a suppressor for matches. -
Class Summary Class Description DetectorOptions Options for a detector.NeverSuppress An implementation ofMatchSuppressor
that never suppresses a match.RegexpCheck A check that makes sure that a specified pattern exists, exists less than a set number of times, or does not exist in the file.RegexpMultilineCheck A check for detecting that matches across multiple lines.RegexpOnFilenameCheck Implementation of a check that looks for a file name and/or path match (or mis-match) against specified patterns.RegexpSinglelineCheck A check for detecting single lines that match a supplied regular expression.RegexpSinglelineJavaCheck A check for detecting single lines that match a supplied regular expression in Java files.