const class compiler::FMethodRef

sys::Obj
  compiler::FMethodRef

Source

FMethodRef

equals

virtual override Bool equals(Obj? obj)

Source

format

Str format(FPod pod)

Source

hash

virtual override Int hash()

Source

hashcode

const Int hashcode

Source

make

new make(Int parent, Int name, Int ret, Int[] params)

Source

name

const Int name

Source

params

const Int[] params

Source

parent

const Int parent

Source

read

static FMethodRef read(InStream in)

Source

ret

const Int ret

Source

write

Void write(OutStream out)

Source