Class InvalidJavadocTag

java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocTag

public final class InvalidJavadocTag extends Object
Value object for storing data about an invalid Javadoc validTags.
  • Constructor Details

    • InvalidJavadocTag

      public InvalidJavadocTag(int line, int col, String name)
      Creates an instance.
      Parameters:
      line - the line of the tag
      col - the column of the tag
      name - 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

      public String getName()
      Getter for name field.
      Returns:
      name field