Uses of Enum
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 type with the specified name.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.SuppressionTypeModifierConstructorDescriptionprivate
Suppression
(String text, int lineNo, SuppressWithPlainTextCommentFilter.SuppressionType suppressionType, SuppressWithPlainTextCommentFilter filter) Creates new suppression instance.