| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private JavadocTagInfo.Type |
JavadocTagInfo.type
The tag type.
|
| Modifier and Type | Method and Description |
|---|---|
JavadocTagInfo.Type |
JavadocTagInfo.getType()
Gets the Tag type defined by
Type. |
static JavadocTagInfo.Type |
JavadocTagInfo.Type.valueOf(java.lang.String name)
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.
|
| Constructor and Description |
|---|
JavadocTagInfo(java.lang.String text,
java.lang.String name,
JavadocTagInfo.Type type)
Sets the various properties of a Javadoc tag.
|
Copyright © 2001-2022. All Rights Reserved.