class compiler::Loc
sys::Obj compiler::Loc
Loc provides a source file, line number, and column number.
- col
-
Int? col - compare
- equals
- file
-
Str file := "Unknown" - fileUri
-
Str? fileUri() - filename
-
Str? filename() - hash
-
virtual override Int hash() - line
-
Int? line - make
- makeFile
-
new makeFile(File? file, Int? line := null, Int? col := null) - makeUninit
-
new makeUninit() - toLocStr
-
Str toLocStr() - toStr
-
virtual override Str toStr()