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 CommentSuppressor Implementation of aMatchSuppressor
that suppresses based on whether in a comment.DetectorOptions Options for a detector.MultilineDetector A detector that matches across multiple lines.NeverSuppress An implementation ofMatchSuppressor
that never suppresses a match.RegexpCheck Checks that a specified pattern exists, exists less than a set number of times, or does not exist in the file.RegexpMultilineCheck Checks that a specified pattern matches across multiple lines in any file type.RegexpOnFilenameCheck Checks that a specified pattern matches based on file and/or folder path.RegexpSinglelineCheck Checks that a specified pattern matches a single-line in any file type.RegexpSinglelineJavaCheck Checks that a specified pattern matches a single-line in Java files.SinglelineDetector A detector that matches individual lines.