MethodVar is a variable used in a method - either param or local.
Slots
- ctypeSource
-
CType ctype
- cvarsFieldSource
-
CField? cvarsField
- flagsSource
-
Int flags
- isCatchVarSource
-
Bool isCatchVar
- isParamSource
-
Bool isParam()
- makeSource
-
new make(Int register, CType ctype, Str name, Int flags := 0, Block? scope := null)
- makeForParamSource
- nameSource
-
Str name
- paramDefSource
-
ParamDef? paramDef
- registerSource
-
Int register
- scopeSource
-
Block? scope
- toStrSource
-
override Str toStr()
Overrides sys::Obj.toStr
Doc inherited from sys::Obj.toStr
Return a string representation of this object.
- usedInClosureSource
-
Bool usedInClosure