logo

class

compiler::FField

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

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

Slots

fieldType

override CType fieldType()

Source

getter

override CMethod getter

Source

inheritedReturnType

override CType inheritedReturnType()

Source

make

new make(FType fparent)

Source

read

FField read(InStream in)

Source

setter

override CMethod setter

Source

signature

override Str signature()

Source

typeRef

Int typeRef

Source

write

Void write(OutStream out)

Source