abstract class compiler::ReflectSlot

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

Source

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).

facet

virtual override CFacet? facet(Str qname)

Source

flags

virtual override Int flags()

Source

name

virtual override Str name()

Source

qname

virtual override Str qname()

Source

signature

virtual override Str signature()

Source

slot

abstract Slot slot()

Source