Package com.puppycrawl.tools.checkstyle.checks.regexp
package com.puppycrawl.tools.checkstyle.checks.regexp
Contains the regular expression checks that are bundled with the main
distribution.
-
ClassDescriptionImplementation of a
MatchSuppressor
that suppresses based on whether in a comment.Options for a detector.Represents a suppressor for matches.A detector that matches across multiple lines.An implementation ofMatchSuppressor
that never suppresses a match.Checks that a specified pattern exists, exists less than a set number of times, or does not exist in the file.Checks that a specified pattern matches across multiple lines in any file type.Checks that a specified pattern matches based on file and/or folder path.Checks that a specified pattern matches a single-line in any file type.Checks that a specified pattern matches a single-line in Java files.A detector that matches individual lines.