logo

class

compiler::FMethodVar

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

FMethodVar models one parameter or local variable in a FMethod

Slots

def

Buf def

Source

defNameIndex

Int defNameIndex

Source

flags

Int flags

Source

fmethod

readonly FMethod fmethod

Source

fpod

FPod fpod()

Source

hasDefault

override Bool hasDefault()

Source

isParam

Bool isParam()

Source

make

new make(FMethod fmethod)

Source

name

override Str name()

Source

nameIndex

Int nameIndex

Source

paramType

override CType paramType()

Source

read

FMethodVar read(InStream in)

Source

toStr

override Str toStr()

Return a string representation of this object.

Source

typeRef

Int typeRef

Source

write

Void write(OutStream out)

Source