logo

class

compiler::GenericParameterType

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

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

Slots

base

override CType base()

Source

flags

override Int flags()

Source

isGeneric

override Bool isGeneric()

Source

isGenericParameter

override Bool isGenericParameter()

Source

isParameterized

override Bool isParameterized()

Source

make

new make(CNamespace ns, Str name)

Source

mixins

override CType[] mixins()

Source

name

override Str name

Source

ns

override CNamespace ns

Source

pod

override CPod pod()

Source

qname

override Str qname

Source

signature

override Str signature()

Source

slots

override Str:CSlot slots()

Source

toListOf

override ListType toListOf()

Source

toStr

override Str toStr()

Return a string representation of this object.

Source