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 static SuppressionCommentFilter.TagTypeSuppressionCommentFilter.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.
-