Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter
-
Packages that use SuppressWithPlainTextCommentFilter Package Description com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of SuppressWithPlainTextCommentFilter in com.puppycrawl.tools.checkstyle.filters
Constructors in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressWithPlainTextCommentFilter Constructor Description Suppression(String text, int lineNo, SuppressWithPlainTextCommentFilter.SuppressionType suppressionType, SuppressWithPlainTextCommentFilter filter)
Creates new suppression instance.
-