class compiler::FMethod

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

Source

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

code

Buf? code

Source

dump

Void dump()

Source

fparams

FMethodVar[] fparams()

Source

inheritedRet

Int inheritedRet

Source

inheritedReturnType

virtual override CType inheritedReturnType()

Source

isGeneric

virtual override Bool isGeneric()

Source

localCount

Int localCount

Source

make

new make(FType fparent)

Source

maxStack

Int maxStack := 16

Source

paramCount

Int paramCount

Source

params

virtual override CParam[] params()

Source

read

This read(InStream in)

Source

ret

Int ret

Source

returnType

virtual override CType returnType()

Source

signature

virtual override Str signature()

Source

vars

FMethodVar[]? vars

Source

write

Void write(OutStream out)

Source