logo

abstract class

compiler::FSlot

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

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

Slots

fattrs

FAttr[] fattrs

flags

override Int flags

fparent

readonly FType fparent

make

new make(FType fparent)

name

override Str name()

nameIndex

Int nameIndex

parent

override CType parent()

pod

FPod pod()

qname

override Str qname()

readAttrs

protected Void readAttrs(InStream in)

readCommon

protected Void readCommon(InStream in)

toStr

override Str toStr()

writeAttrs

protected Void writeAttrs(OutStream out)

writeCommon

protected Void writeCommon(OutStream out)