logo

class

compiler::FMethod

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

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

Slots

code

Buf code

Source

dump

Void dump()

Source

fparams

FMethodVar[] fparams()

Source

inheritedRet

Int inheritedRet

Source

inheritedReturnType

override CType inheritedReturnType()

Source

isGeneric

override Bool isGeneric

Source

localCount

Int localCount

Source

make

new make(FType fparent)

Source

maxStack

Int maxStack := 16

Source

paramCount

Int paramCount

Source

params

override CParam[] params()

Source

read

FMethod read(InStream in)

Source

ret

Int ret

Source

returnType

override CType returnType()

Source

signature

override Str signature()

Source

vars

FMethodVar[] vars

Source

write

Void write(OutStream out)

Source