const class
compiler::FTypeRef
sys::Obj
compiler::FTypeRef
FTypeRef stores a typeRef structure used to reference type signatures.
Slots
- equals
-
virtual Bool equals(Obj obj)
- format
-
Str format(FPod pod)
- hash
-
virtual Int hash()
- hashcode
-
const Int hashcode
- isGenericInstance
-
Bool isGenericInstance()
- make
-
new make(Int podName, Int typeName, Str sig)
- podName
-
const Int podName
- read
-
static const FTypeRef read(InStream in)
- sig
-
const Str sig
- signature
-
Str signature(FPod pod)
- typeName
-
const Int typeName
- write
-
Void write(OutStream out)