class compiler::SlotLiteralExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::SlotLiteralExpr

Source

SlotLiteralExpr

make

new make(Loc loc, CType parent, Str name)

Source

name

Str name

Source

parent

CType parent

Source

serialize

virtual override Str serialize()

Source

slot

CSlot? slot

Source

toStr

virtual override Str toStr()

Source