Fan

 

abstract class

compiler::FSlot

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

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

Slots

fattrsSource

FAttr[]? fattrs

flagsSource

override Int flags

Overrides compiler::CSlot.flags

fparentSource

readonly FType fparent

makeSource

new make(FType fparent)

nameSource

override Str name()

Overrides compiler::CSlot.name

nameIndexSource

Int nameIndex

parentSource

override CType parent()

Overrides compiler::CSlot.parent

podSource

FPod pod()

qnameSource

override Str qname()

Overrides compiler::CSlot.qname

readAttrsSource

protected Void readAttrs(InStream in)

readCommonSource

protected Void readCommon(InStream in)

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.

writeAttrsSource

protected Void writeAttrs(OutStream out)

writeCommonSource

protected Void writeCommon(OutStream out)