logo
class

compiler::FMethod

sys::Obj
  compiler::FSlot
    compiler::FMethod

Mixin: compiler::CMethod

FMethod is the read/write fcode representation of sys::Method.

Slots

code

Buf code

fparams

FMethodVar[] fparams()

inheritedRet

Int inheritedRet

inheritedReturnType

virtual CType inheritedReturnType()

isGeneric

virtual Bool isGeneric

localCount

Int localCount

make

new make(FType fparent)

maxStack

Int maxStack

paramCount

Int paramCount

params

virtual CParam[] params()

read

FMethod read(InStream in)

ret

Int ret

returnType

virtual CType returnType()

signature

virtual Str signature()

vars

FMethodVar[] vars

write

Void write(OutStream out)