logo

class

compiler::SlotLiteralExpr

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

SlotLiteralExpr

Slots

make

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

Source

name

Str name

Source

parent

CType parent

Source

serialize

override Str serialize()

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

Source

slot

CSlot slot

Source

toStr

override Str toStr()

Return a string representation of this object.

Source