public final class InvalidJavadocTag extends Object
| Constructor and Description |
|---|
InvalidJavadocTag(int line,
int col,
String name)
Creates an instance.
|
public InvalidJavadocTag(int line,
int col,
String name)
line - the line of the tagcol - the column of the tagname - the name of the invalid tagpublic int getLine()
public int getCol()
public String getName()
Copyright © 2001–2016. All rights reserved.