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