class
compiler::Location
sys::Obj
compiler::Location
Location provides a source file, line number, and column number.
Slots
- col
-
Int col
- file
-
Str file
- fileUri
-
Str fileUri()
- filename
-
Str filename()
- line
-
Int line
- make
-
new make(Str file, Int line := def, Int col := def)
- makeFile
-
new makeFile(File file)
- makeUninit
-
new makeUninit()
- toLocationStr
-
Str toLocationStr()
- toStr
-
virtual Str toStr()