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 A check that makes sure that a specified pattern exists (or not) in the file.RegexpMultilineCheck Implementation of a check that looks that matches across multiple lines in any file type.RegexpOnFilenameCheck Implementation of a check that looks for a file name and/or path match (or mis-match) against specified patterns.RegexpSinglelineCheck Implementation of a check that looks for a single line in any file type.RegexpSinglelineJavaCheck Implementation of a check that looks for a single line in Java files.SinglelineDetector A detector that matches individual lines.