com.puppycrawl.tools.checkstyle.checks.javadoc
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.
- Author:
- Oliver Burn
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvalidJavadocTag
public InvalidJavadocTag(int aLine,
int aCol,
String aName)
- Creates an instance.
- Parameters:
aLine
- the line of the tagaCol
- the column of the tagaName
- the name of the invalid tag
getLine
public int getLine()
getCol
public int getCol()
getName
public String getName()
Copyright © 2001-2012. All Rights Reserved.