Uses of Enum
com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.TagType
Packages that use SuppressionCommentFilter.TagType
Package
Description
Contains the filters that are bundled with the main distribution.
-
Uses of SuppressionCommentFilter.TagType in com.puppycrawl.tools.checkstyle.filters
Fields in com.puppycrawl.tools.checkstyle.filters declared as SuppressionCommentFilter.TagTypeModifier and TypeFieldDescriptionprivate final SuppressionCommentFilter.TagType
SuppressionCommentFilter.Tag.tagType
Determines whether the suppression turns checkstyle reporting on.Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressionCommentFilter.TagTypeModifier and TypeMethodDescriptionSuppressionCommentFilter.Tag.getTagType()
Determines whether the suppression turns checkstyle reporting on or off.Returns the enum constant of this type with the specified name.static SuppressionCommentFilter.TagType[]
SuppressionCommentFilter.TagType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressionCommentFilter.TagTypeModifier and TypeMethodDescriptionprivate void
SuppressionCommentFilter.addTag
(String text, int line, int column, SuppressionCommentFilter.TagType reportingOn) Adds aTag
to the list of all tags.Constructors in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressionCommentFilter.TagTypeModifierConstructorDescriptionprivate
Tag
(int line, int column, String text, SuppressionCommentFilter.TagType tagType, SuppressionCommentFilter filter) Constructs a tag.