logo
abstract class

compiler::ReflectSlot

sys::Obj
  compiler::ReflectSlot

Mixin: 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

flags

virtual Int flags { virtual private set }

make

new make(Slot slot)

name

virtual Str name()

ns

abstract ReflectNamespace ns()

parent

abstract ReflectType parent()

qname

virtual Str qname()

signature

virtual Str signature()

slot

abstract Slot slot()

toStr

virtual Str toStr()