Uses of Enum Class
com.puppycrawl.tools.checkstyle.filters.SuppressWithPlainTextCommentFilter.SuppressionType
Packages that use SuppressWithPlainTextCommentFilter.SuppressionType
Package
Description
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.SuppressionTypeModifier and TypeFieldDescriptionprivate final SuppressWithPlainTextCommentFilter.SuppressionType
SuppressWithPlainTextCommentFilter.Suppression.suppressionType
Suppression type.Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressWithPlainTextCommentFilter.SuppressionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SuppressWithPlainTextCommentFilter.SuppressionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressWithPlainTextCommentFilter.SuppressionTypeModifierConstructorDescription(package private)
Suppression
(String text, int lineNo, int columnNo, SuppressWithPlainTextCommentFilter.SuppressionType suppressionType, SuppressWithPlainTextCommentFilter filter) Creates new suppression instance.