Class SuppressWithPlainTextCommentFilter.Suppression
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.Suppression
-
- Enclosing class:
- SuppressWithPlainTextCommentFilter
public static class SuppressWithPlainTextCommentFilter.Suppression extends java.lang.ObjectThe class which represents the suppression.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSuppression(java.lang.String text, int lineNo, int columnNo, com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.SuppressionType suppressionType, SuppressWithPlainTextCommentFilter filter)Creates new suppression instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Suppression
protected Suppression(java.lang.String text, int lineNo, int columnNo, com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.SuppressionType suppressionType, SuppressWithPlainTextCommentFilter filter)Creates new suppression instance.- Parameters:
text- suppression text.lineNo- suppression line number.columnNo- suppression column number.suppressionType- suppression type.filter- theSuppressWithPlainTextCommentFilterwith the context.
-
-