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
- inheritedReturnType
-
virtual override CType inheritedReturnType()
- 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
- returnType
-
virtual override CType returnType()
- signature
-
virtual override Str signature()
- vars
-
FMethodVar[]? vars
- write