jfun.parsec
public interface PositionMap extends Serializable
| Method Summary | |
|---|---|
| Pos | getPos(int n)
Get the line/column number of a position identified by an offset number. |
Parameters: n the offset in the source, starting from 0.
Returns: the Pos object.