public static class SuppressWithPlainTextCommentFilter.Suppression extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Suppression(java.lang.String text,
int lineNo,
int columnNo,
com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.SuppressionType suppressionType,
SuppressWithPlainTextCommentFilter filter)
Creates new suppression instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
protected Suppression(java.lang.String text, int lineNo, int columnNo, com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.SuppressionType suppressionType, SuppressWithPlainTextCommentFilter filter)
text - suppression text.lineNo - suppression line number.columnNo - suppression column number.suppressionType - suppression type.filter - the SuppressWithPlainTextCommentFilter with the context.Copyright © 2001-2018. All Rights Reserved.