Constructors
constructor
- new CodeLocation(file?, char?, line?, col?): CodeLocation
Parameters
- file: null | CodeFile = null
- char: number = 0
- line: number = 0
- col: number = 0
Properties
Readonly
char
char: number = 0
Readonly
col
col: number = 0
Readonly
line
line: number = 0
Methods
formatWithContext
- formatWithContext(): string
Returns string
toString
- toString(): string
Returns string
The character offset in the file contents.