Fantom

 

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

facetSource

override Obj? facet(Str qname, Obj? def)

flagsSource

override readonly Int flags

makeSource

new make(Slot slot)

nameSource

override Str name()

nsSource

abstract ReflectNamespace ns()

Overrides compiler::CSlot.ns

parentSource

abstract ReflectType parent()

qnameSource

override Str qname()

signatureSource

override Str signature()

slotSource

abstract Slot slot()