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 |
JavadocTag.tagInfo
The JavadocTagInfo representing this tag.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,JavadocTagInfo> |
JavadocTagInfo.NAME_TO_TAG
Holds tag name to tag enum mappings.
|
private static java.util.Map<java.lang.String,JavadocTagInfo> |
JavadocTagInfo.TEXT_TO_TAG
Holds tag text to tag enum mappings.
|
Modifier and Type | Method and Description |
---|---|
static JavadocTagInfo |
JavadocTagInfo.fromName(java.lang.String name)
Returns a JavadocTag from the tag name.
|
static JavadocTagInfo |
JavadocTagInfo.fromText(java.lang.String text)
Returns a JavadocTag from the tag text.
|
static JavadocTagInfo |
JavadocTagInfo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavadocTagInfo[] |
JavadocTagInfo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|