Uses of Class
com.puppycrawl.tools.checkstyle.utils.JavadocUtils.JavadocTagType
-
Packages that use JavadocUtils.JavadocTagType Package Description com.puppycrawl.tools.checkstyle.checks.imports Contains the Imports checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.utils Contains utils classes for checkstyle. -
-
Uses of JavadocUtils.JavadocTagType in com.puppycrawl.tools.checkstyle.checks.imports
Methods in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type JavadocUtils.JavadocTagType Modifier and Type Method Description private static java.util.List<JavadocTag>
UnusedImportsCheck. getValidTags(TextBlock cmt, JavadocUtils.JavadocTagType tagType)
Returns the list of valid tags found in a javadocTextBlock
. -
Uses of JavadocUtils.JavadocTagType in com.puppycrawl.tools.checkstyle.utils
Methods in com.puppycrawl.tools.checkstyle.utils that return JavadocUtils.JavadocTagType Modifier and Type Method Description static JavadocUtils.JavadocTagType
JavadocUtils.JavadocTagType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JavadocUtils.JavadocTagType[]
JavadocUtils.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 JavadocUtils.JavadocTagType Modifier and Type Method Description static JavadocTags
JavadocUtils. getJavadocTags(TextBlock textBlock, JavadocUtils.JavadocTagType tagType)
Gets validTags from a given piece of Javadoc.
-