abstract case class ConstantType
extends CachedProxyType with SingletonType

A constant type with single value.

Constructors

ConstantType ( value: Constant )

Members

val value : Constant
def _1 : T1
override def computeHash : Int
override def underlying ( implicit ctx: Context ) : Type

The type to which this proxy forwards operations.

The type to which this proxy forwards operations.