Class InvalidJavadocTag


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

      Constructors 
      Constructor Description
      InvalidJavadocTag​(int line, int col, java.lang.String name)
      Creates an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCol()
      Getter for col field.
      int getLine()
      Getter for line field.
      java.lang.String getName()
      Getter for name field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvalidJavadocTag

        public InvalidJavadocTag​(int line,
                                 int col,
                                 java.lang.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 Detail

      • getLine

        public int getLine()
        Getter for line field.
        Returns:
        line field
      • getCol

        public int getCol()
        Getter for col field.
        Returns:
        col field
      • getName

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