Fan

 

class

compiler::SlotLiteralExpr

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

SlotLiteralExpr

Slots

makeSource

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

nameSource

Str name

parentSource

CType parent

serializeSource

override Str serialize()

Overrides compiler::Expr.serialize

Doc inherited from compiler::Expr.serialize

Return this expression as serialization text or throw exception if not serializable.

slotSource

CSlot slot

toStrSource

override Str toStr()

Overrides compiler::Expr.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.