Fan

 

abstract class

compiler::GenericType

sys::Obj
  compiler::GenericType : compiler::CType

GenericType models a parameterized generic type: List, Map, or Func

Slots

baseSource

override readonly CType? base

Overrides compiler::CType.base

doParameterizeSource

abstract CType doParameterize(Int ch)

flagsSource

override Int flags()

Overrides compiler::CType.flags

isGenericSource

override Bool isGeneric()

Overrides compiler::CType.isGeneric

isNullableSource

override Bool isNullable()

Overrides compiler::CType.isNullable

isParameterizedSource

override Bool isParameterized()

Overrides compiler::CType.isParameterized

isValueSource

override Bool isValue()

Overrides compiler::CType.isValue

makeSource

new make(CType base)

mixinsSource

override CType[] mixins()

Overrides compiler::CType.mixins

nameSource

override Str name()

Overrides compiler::CType.name

nsSource

override CNamespace ns()

Overrides compiler::CType.ns

podSource

override CPod pod()

Overrides compiler::CType.pod

qnameSource

override Str qname()

Overrides compiler::CType.qname

slotsSource

override Str:CSlot slots()

Overrides compiler::CType.slots

toListOfSource

override CType toListOf()

Overrides compiler::CType.toListOf

toNullableSource

override CType toNullable()

Overrides compiler::CType.toNullable

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.