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

Source

flags

override Int flags

Source

fparent

readonly FType fparent

Source

make

new make(FType fparent)

Source

name

override Str name()

Source

nameIndex

Int nameIndex

Source

parent

override CType parent()

Source

pod

FPod pod()

Source

qname

override Str qname()

Source

readAttrs

protected Void readAttrs(InStream in)

Source

readCommon

protected Void readCommon(InStream in)

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

writeAttrs

protected Void writeAttrs(OutStream out)

Source

writeCommon

protected Void writeCommon(OutStream out)

Source