class compiler::FMethodVar

sys::Obj
  compiler::FMethodVar : compiler::FConst, compiler::CParam

Source

FMethodVar models one parameter or local variable in a FMethod

def

Buf? def

Source

defNameIndex

Int defNameIndex

Source

flags

Int flags

Source

fmethod

FMethod fmethod

Source

fpod

FPod fpod()

Source

hasDefault

virtual override Bool hasDefault()

Source

isParam

Bool isParam()

Source

make

new make(FMethod fmethod)

Source

name

virtual override Str name()

Source

nameIndex

Int nameIndex

Source

paramType

virtual override CType paramType()

Source

read

FMethodVar read(InStream in)

Source

toStr

virtual override Str toStr()

Source

typeRef

Int typeRef

Source

write

Void write(OutStream out)

Source