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)
Indicates whether some other object is "equal to" this one.
|
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.public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2001-2019. All Rights Reserved.