public final class InvalidJavadocTag extends Object
Constructor and Description |
---|
InvalidJavadocTag(int aLine,
int aCol,
String aName)
Creates an instance.
|
public InvalidJavadocTag(int aLine, int aCol, String aName)
aLine
- the line of the tagaCol
- the column of the tagaName
- the name of the invalid tagpublic int getLine()
public int getCol()
public String getName()
Copyright © 2001–2015. All rights reserved.