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

Source

make

new make(Slot slot)

Source

name

override Str name()

Source

ns

abstract ReflectNamespace ns()

Source

parent

abstract ReflectType parent()

Source

qname

override Str qname()

Source

signature

override Str signature()

Source

slot

abstract Slot slot()

Source

toStr

override Str toStr()

Return a string representation of this object.

Source