Loc
@Js
const class Loc : Obj
Source code location.
Constructor
Synthetic
Generic eval location
File or func record name
Line number (one based)
Unknown location
Location string
Is this the unknown location
const static Loc : eval
Generic eval location
const Str : file
File or func record name
Bool isUnknown()
Is this the unknown location
const Int : line
Line number (one based)
new make(Str file, Int line)
Constructor
const static Loc : synthetic
Synthetic
virtual Str toStr()
Location string
const static Loc : unknown
Unknown location