Fan

 

class

compiler::FMethod

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

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

Slots

codeSource

Buf? code

dumpSource

Void dump()

fparamsSource

FMethodVar[] fparams()

inheritedRetSource

Int inheritedRet

inheritedReturnTypeSource

override CType inheritedReturnType()

isGenericSource

override Bool isGeneric()

localCountSource

Int localCount

makeSource

new make(FType fparent)

maxStackSource

Int maxStack := 16

paramCountSource

Int paramCount

paramsSource

override CParam[] params()

readSource

This read(InStream in)

retSource

Int ret

returnTypeSource

override CType returnType()

signatureSource

override Str signature()

varsSource

FMethodVar[]? vars

writeSource

Void write(OutStream out)