Uses of Enum
com.puppycrawl.tools.checkstyle.utils.JavadocUtil.JavadocTagType
Packages that use JavadocUtil.JavadocTagType
Package
Description
Contains the Imports checks that are
bundled with the main distribution.
Contains utils classes for checkstyle.
-
Uses of JavadocUtil.JavadocTagType in com.puppycrawl.tools.checkstyle.checks.imports
Methods in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type JavadocUtil.JavadocTagTypeModifier and TypeMethodDescriptionprivate static List<JavadocTag>
UnusedImportsCheck.getValidTags
(TextBlock cmt, JavadocUtil.JavadocTagType tagType) Returns the list of valid tags found in a javadocTextBlock
. -
Uses of JavadocUtil.JavadocTagType in com.puppycrawl.tools.checkstyle.utils
Methods in com.puppycrawl.tools.checkstyle.utils that return JavadocUtil.JavadocTagTypeModifier and TypeMethodDescriptionstatic JavadocUtil.JavadocTagType
Returns the enum constant of this type with the specified name.static JavadocUtil.JavadocTagType[]
JavadocUtil.JavadocTagType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.puppycrawl.tools.checkstyle.utils with parameters of type JavadocUtil.JavadocTagTypeModifier and TypeMethodDescriptionstatic JavadocTags
JavadocUtil.getJavadocTags
(TextBlock textBlock, JavadocUtil.JavadocTagType tagType) Gets validTags from a given piece of Javadoc.