public final class TextFormatParseLocation
extends java.lang.Object
A location is the starting line number and starting column number.
Modifier and Type | Field and Description |
---|---|
static TextFormatParseLocation |
EMPTY
The empty location.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getColumn() |
int |
getLine() |
int |
hashCode() |
java.lang.String |
toString() |
public static final TextFormatParseLocation EMPTY
public int getLine()
public int getColumn()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object