
FMethod is the read/write fcode representation of sys::Method.
Slots
- code
-
Buf code
- fparams
-
FMethodVar[] fparams()
- inheritedRet
-
Int inheritedRet
- inheritedReturnType
-
override CType inheritedReturnType()
- isGeneric
-
override Bool isGeneric
- localCount
-
Int localCount
- make
-
new make(FType fparent)
- maxStack
-
Int maxStack
- paramCount
-
Int paramCount
- params
-
override CParam[] params()
- read
- ret
-
Int ret
- returnType
-
override CType returnType()
- signature
-
override Str signature()
- vars
-
FMethodVar[] vars
- write