Position

Represents a line and character position.

Constructor

new Position(line: number, character: number): Position

Properties

character: number

line: number

Methods

isBefore(other: Position): boolean

isEqual(other: Position): boolean

isAfter(other: Position): boolean

Last updated