logo

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

flags

override readonly Int flags

make

new make(Slot slot)

name

override Str name()

ns

abstract ReflectNamespace ns()

parent

abstract ReflectType parent()

qname

override Str qname()

signature

override Str signature()

slot

abstract Slot slot()

toStr

override Str toStr()