private static final class TagParser.Point
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
columnNo
Column number.
|
private int |
lineNo
Line number.
|
| Constructor and Description |
|---|
Point(int lineNo,
int columnNo)
Creates new
Point instance. |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNo()
Getter for column number.
|
int |
getLineNo()
Getter for line number.
|