Class InvalidJavadocTag
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag
Value object for storing data about an invalid Javadoc validTags.
-
Constructor Summary
Constructors -
Method Summary
-
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
public int getLine()Getter for line field.- Returns:
- line field
-
getCol
public int getCol()Getter for col field.- Returns:
- col field
-
getName
Getter for name field.- Returns:
- name field
-