public final class Pos
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Pos(int lno,
int cno)
Create a Pos object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getColumnNo()
Get the column number.
|
int |
getLineNo()
Get the line number.
|
int |
hashCode() |
java.lang.String |
toString() |
public int getColumnNo()
public int getLineNo()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object