Class InvalidJavadocTag
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
Value object for storing data about an invalid Javadoc validTags.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
line
The line in which the invalid tag occurs. -
col
The column in which the invalid tag occurs. -
name
The name of the invalid tag.
-
-
Constructor Details
-
InvalidJavadocTag
Creates an instance.- Parameters:
line
- the line of the tagcol
- the column of the tagname
- the name of the invalid tag
-
-
Method Details
-
getLine
Getter for line field.- Returns:
- line field
-
getCol
Getter for col field.- Returns:
- col field
-
getName
Getter for name field.- Returns:
- name field
-