type

MapField

src 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

src Str fname()

genLoc

src Loc genLoc

make

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

name

src Str? name

srcCol

src Int srcCol()

zero-indexed column from original source file

srcLine

src Int srcLine()

zero-indexed line from original source file

srcLoc

src Loc srcLoc

text

src Str text

toStr

src virtual override Str toStr()