Fan

 

abstract class

compiler::ReflectSlot

sys::Obj
  compiler::ReflectSlot : compiler::CSlot

ReflectSlot is the implementation of CSlot for a slot imported from a precompiled pod (as opposed to a SlotDef within the compilation units being compiled).

Slots

flagsSource

override readonly Int flags

Overrides compiler::CSlot.flags

makeSource

new make(Slot slot)

nameSource

override Str name()

Overrides compiler::CSlot.name

nsSource

abstract ReflectNamespace ns()

Overrides compiler::CSlot.ns

parentSource

abstract ReflectType parent()

Overrides compiler::CSlot.parent

qnameSource

override Str qname()

Overrides compiler::CSlot.qname

signatureSource

override Str signature()

Overrides compiler::CSlot.signature

slotSource

abstract Slot slot()

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.