Fantom

 

class

compiler::GenericParameterType

sys::Obj
  compiler::GenericParameterType : compiler::CType

GenericParameterType models the generic parameter types sys::V, sys::K, etc.

Slots

baseSource

override CType? base()

facetSource

override Obj? facet(Str qname, Obj? def)

flagsSource

override Int flags()

isGenericSource

override Bool isGeneric()

isGenericParameterSource

override Bool isGenericParameter()

isNullableSource

override Bool isNullable()

isParameterizedSource

override Bool isParameterized()

isValSource

override Bool isVal()

makeSource

new make(CNamespace ns, Str name)

mixinsSource

override CType[] mixins()

nameSource

override Str name

nsSource

override CNamespace ns

Overrides compiler::CType.ns

podSource

override CPod pod()

qnameSource

override Str qname

signatureSource

override Str signature()

slotsSource

override Str:CSlot slots()

toListOfSource

override CType toListOf()

toNullableSource

override CType toNullable()