logo
class

compiler::ListType

sys::Obj
  compiler::GenericType
    compiler::ListType

ListType models a parameterized List type.

Slots

doParameterize

virtual CType doParameterize(Int ch)

fits

virtual Bool fits(CType t)

isGenericParameter

virtual Bool isGenericParameter()

make

new make(CType v)

signature

virtual Str signature { virtual private set }

v

CType v { private set }