Uses of Enum Class
com.puppycrawl.tools.checkstyle.utils.JavadocUtil.JavadocTagType
Packages that use JavadocUtil.JavadocTagType
-
Uses of JavadocUtil.JavadocTagType in com.puppycrawl.tools.checkstyle.utils
Subclasses with type arguments of type JavadocUtil.JavadocTagType in com.puppycrawl.tools.checkstyle.utilsModifier and TypeClassDescriptionstatic enumThe type of Javadoc tag we want returned.Methods in com.puppycrawl.tools.checkstyle.utils that return JavadocUtil.JavadocTagTypeModifier and TypeMethodDescriptionstatic JavadocUtil.JavadocTagTypeReturns the enum constant of this class with the specified name.static JavadocUtil.JavadocTagType[]JavadocUtil.JavadocTagType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.puppycrawl.tools.checkstyle.utils with parameters of type JavadocUtil.JavadocTagTypeModifier and TypeMethodDescriptionstatic JavadocTagsJavadocUtil.getJavadocTags(TextBlock textBlock, JavadocUtil.JavadocTagType tagType) Gets validTags from a given piece of Javadoc.