public final class Position extends Object
line-number << LINESHIFT + column-number
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the column number.
|
int |
getLine()
Returns the line number.
|
boolean |
isUndefined()
Tests whether this position is undefined.
|
String |
toString() |
public final int getLine()
public final int getColumn()
public final boolean isUndefined()