jfun.parsec
public final class Pos extends Object implements Serializable
| Constructor Summary | |
|---|---|
| Pos(int lno, int cno)
Create a Pos object. | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| int | getColumnNo()
Get the column number. |
| int | getLineNo()
Get the line number. |
| int | hashCode() |
| String | toString() |
Parameters: lno cno
Returns: Returns the cno.
Returns: Returns the lno.