class compiler::FMethodVar
sys::Obj compiler::FMethodVar : compiler::FConst, compiler::CParam
FMethodVar models one parameter or local variable in a FMethod
- def
-
Buf? def
- defNameIndex
-
Int defNameIndex
- flags
-
Int flags
- fmethod
-
FMethod fmethod
- fpod
-
FPod fpod()
- hasDefault
-
virtual override Bool hasDefault()
- isParam
-
Bool isParam()
- make
-
new make(FMethod fmethod)
- name
-
virtual override Str name()
- nameIndex
-
Int nameIndex
- paramType
-
virtual override CType paramType()
- read
-
FMethodVar read(InStream in)
- toStr
-
virtual override Str toStr()
- typeRef
-
Int typeRef
- write