class compiler::FField

sys::Obj
  compiler::FSlot
    compiler::FField : compiler::CField

Source

FField is the read/write fcode representation of sys::Field.

getter

virtual override CMethod? getter

Source

inheritedReturns

virtual override CType inheritedReturns()

Source

make

new make(FType fparent)

Source

read

This read(InStream in)

Source

setter

virtual override CMethod? setter

Source

signature

virtual override Str signature()

Source

type

virtual override CType type()

Source

typeRef

Int typeRef

Source

write

Void write(OutStream out)

Source