Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.SuppressionType
-
Packages that use SuppressWithPlainTextCommentFilter.SuppressionType Package Description com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of SuppressWithPlainTextCommentFilter.SuppressionType in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters declared as SuppressWithPlainTextCommentFilter.SuppressionType Modifier and Type Field Description private SuppressWithPlainTextCommentFilter.SuppressionType
SuppressWithPlainTextCommentFilter.Suppression. suppressionType
Suppression type.Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressWithPlainTextCommentFilter.SuppressionType Modifier and Type Method Description static SuppressWithPlainTextCommentFilter.SuppressionType
SuppressWithPlainTextCommentFilter.SuppressionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SuppressWithPlainTextCommentFilter.SuppressionType[]
SuppressWithPlainTextCommentFilter.SuppressionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressWithPlainTextCommentFilter.SuppressionType Constructor Description Suppression(String text, int lineNo, SuppressWithPlainTextCommentFilter.SuppressionType suppressionType, SuppressWithPlainTextCommentFilter filter)
Creates new suppression instance.
-