TokenCoordinates

constructor(line: Int, column: Int)

Parameters

line

line index, starting from 0

column

character index within line, starting from 0