Location

constructor(line: Int, column: Int)

Create a new Location instance.

Parameters

line

the line number (zero indexed)

column

the column number (zero indexed)