Class CodeLocation

Constructors

Properties

Methods

Constructors

Properties

char: number = 0

The character offset in the file contents.

col: number = 0

The column number of this location. Zero-indexed.

file: null | CodeFile

THe file to which this location points.

line: number = 0

The line number of this location. Zero-indexed.

Methods