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