logo

const class

compiler::FTypeRef

sys::Obj
  compiler::FTypeRef

FTypeRef stores a typeRef structure used to reference type signatures.

Slots

equals

override Bool equals(Obj obj)

format

Str format(FPod pod)

hash

override Int hash()

hashcode

const Int hashcode

isGenericInstance

Bool isGenericInstance()

make

new make(Int podName, Int typeName, Str sig)

podName

const Int podName

read

static FTypeRef read(InStream in)

sig

const Str sig

signature

Str signature(FPod pod)

typeName

const Int typeName

write

Void write(OutStream out)