type

MapField

class MapField : Obj

constructors

fields

methods

fname
srcCol

zero-indexed column from original source file

srcLine

zero-indexed line from original source file

toStr

Slot Details

fname

Str fname()

genLoc

Loc genLoc

make

new make(Str text, Loc genLoc, Loc srcLoc, Str? name)

name

Str? name

srcCol

Int srcCol()

zero-indexed column from original source file

srcLine

Int srcLine()

zero-indexed line from original source file

srcLoc

Loc srcLoc

text

Str text

toStr

virtual override Str toStr()