public final class Position
extends java.lang.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.
|
java.lang.String |
toString() |
public final int getLine()
public final int getColumn()
public final boolean isUndefined()
public java.lang.String toString()
toString in class java.lang.Object