Uses of Class
com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilter.TagType
-
Packages that use SuppressionCommentFilter.TagType Package Description com.puppycrawl.tools.checkstyle.filters Contains the filters that are bundled with the main distribution. -
-
Uses of SuppressionCommentFilter.TagType in com.puppycrawl.tools.checkstyle.filters
Methods in com.puppycrawl.tools.checkstyle.filters that return SuppressionCommentFilter.TagType Modifier and Type Method Description SuppressionCommentFilter.TagType
SuppressionCommentFilter.Tag. getTagType()
Determines whether the suppression turns checkstyle reporting on or off.static SuppressionCommentFilter.TagType
SuppressionCommentFilter.TagType. valueOf(java.lang.String name)
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.Constructors in com.puppycrawl.tools.checkstyle.filters with parameters of type SuppressionCommentFilter.TagType Constructor Description Tag(int line, int column, java.lang.String text, SuppressionCommentFilter.TagType tagType, SuppressionCommentFilter filter)
Constructs a tag.
-