Class TagInfo
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
Value object for storing data about a parsed tag.
-
Field Details
-
name
Name of the tag ("link", "see", etc). -
value
Value of the tag. -
position
Position of the tag in the given comment.
-
-
Constructor Details
-
TagInfo
Constructor.- Parameters:
name
- The name of the tag.value
- The value of the tag.position
- The position of the tag in the comment.
-
-
Method Details
-
getName
Return name of tag.- Returns:
- Name of the tag.
-
getValue
Return value of tag.- Returns:
- Value of the tag.
-
getPosition
Return position of tag.- Returns:
- Value of the tag.
-