Uses of Enum
com.puppycrawl.tools.checkstyle.utils.JavadocUtil.JavadocTagType
Packages that use JavadocUtil.JavadocTagType
-
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.