Fantom

 

abstract class

compiler::FSlot

sys::Obj
  compiler::FSlot : compiler::CSlot, compiler::FConst

FSlot is the read/write fcode representation of sys::Slot.

Slots

facetSource

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

fattrsSource

FAttr[]? fattrs

flagsSource

override Int flags

fparentSource

readonly FType fparent

makeSource

new make(FType fparent)

nameSource

override Str name()

nameIndexSource

Int nameIndex

parentSource

override CType parent()

podSource

FPod pod()

qnameSource

override Str qname()

readCommonSource

protected Void readCommon(InStream in)

writeCommonSource

protected Void writeCommon(OutStream out)