public final class InvalidJavadocTag extends Object
| Constructor and Description |
|---|
InvalidJavadocTag(int line,
int col,
String name)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCol()
Getter for col field.
|
int |
getLine()
Getter for line field.
|
String |
getName()
Getter for name field.
|
public InvalidJavadocTag(int line, int col, String name)
line - the line of the tagcol - the column of the tagname - the name of the invalid tagCopyright © 2001-2015. All Rights Reserved.