Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.utils |
Contains utils classes for checkstyle.
|
Class and Description |
---|
JavadocNodeImpl
Implementation of DetailNode interface that is mutable.
|
Class and Description |
---|
JavadocTag
Represents a Javadoc tag.
|
Class and Description |
---|
AbstractJavadocCheck
Base class for Checks that process Javadoc comments.
|
HtmlTag
Used to keep track of a tag and the text that follows it.
|
InvalidJavadocTag
Value object for storing data about an invalid Javadoc validTags.
|
JavadocMethodCheck.ExceptionInfo
Stores useful information about declared exception.
|
JavadocNodeImpl
Implementation of DetailNode interface that is mutable.
|
JavadocTag
Represents a Javadoc tag.
|
JavadocTagInfo
This enum defines the various Javadoc tags and there properties.
|
JavadocTagInfo.Type
The Javadoc Type.
|
TagParser.Point
Represents current position in the text.
|
Class and Description |
---|
InvalidJavadocTag
Value object for storing data about an invalid Javadoc validTags.
|
JavadocTag
Represents a Javadoc tag.
|
JavadocTags
Value object for combining the list of valid validTags with information
about invalid validTags encountered in a certain Javadoc comment.
|