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 CFacet? facet(Str qname)

flagsSource

override Int flags()

nameSource

override Str name()

qnameSource

override Str qname()

signatureSource

override Str signature()

slotSource

abstract Slot slot()