Class TagInfo
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
-
-
Constructor Summary
Constructors Constructor Description TagInfo(String name, String value, LineColumn position)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Return name of tag.LineColumn
getPosition()
Return position of tag.String
getValue()
Return value of tag.
-
-
-
Constructor Detail
-
TagInfo
public TagInfo(String name, String value, LineColumn position)
Constructor.- Parameters:
name
- The name of the tag.value
- The value of the tag.position
- The position of the tag in the comment.
-
-
Method Detail
-
getPosition
public LineColumn getPosition()
Return position of tag.- Returns:
- Value of the tag.
-
-