public class Location
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
column
The column number, starting at 1.
|
int |
line
The line number, starting at 1.
|
int |
offset
The absolute character index, starting at 0.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |