Uses of Enum
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo.Type
Packages that use JavadocTagInfo.Type
Package
Description
Contains the Javadoc checks that are bundled with the main distribution.
-
Uses of JavadocTagInfo.Type in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc declared as JavadocTagInfo.TypeModifier and TypeFieldDescriptionprivate final JavadocTagInfo.Type
JavadocTagInfo.type
The tag type.Methods in com.puppycrawl.tools.checkstyle.checks.javadoc that return JavadocTagInfo.TypeModifier and TypeMethodDescriptionJavadocTagInfo.getType()
Gets the Tag type defined byType
.static JavadocTagInfo.Type
Returns the enum constant of this type with the specified name.static JavadocTagInfo.Type[]
JavadocTagInfo.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.puppycrawl.tools.checkstyle.checks.javadoc with parameters of type JavadocTagInfo.TypeModifierConstructorDescriptionprivate
JavadocTagInfo
(String text, String name, JavadocTagInfo.Type type) Sets the various properties of a Javadoc tag.