class compiler::FMethod
sys::Obj compiler::FSlot compiler::FMethod : compiler::CMethod
FMethod is the read/write fcode representation of sys::Method.
- code
-
Buf? code - dump
-
Void dump() - fparams
-
FMethodVar[] fparams() - inheritedRet
-
Int inheritedRet - inheritedReturns
-
virtual override CType inheritedReturns() - isGeneric
-
virtual override Bool isGeneric() - localCount
-
Int localCount - make
-
new make(FType fparent) - maxStack
-
Int maxStack := 16 - paramCount
-
Int paramCount - params
-
virtual override CParam[] params() - read
- ret
-
Int ret - returns
-
virtual override CType returns() - signature
-
virtual override Str signature() - vars
-
FMethodVar[]? vars - write