abstract class CachedProxyType
extends TypeProxy with CachedType

Instances of this class are cached and are proxies.

Constructors

CachedProxyType ( )

Members

protected var myHash : Int
def computeHash : Int
final def hash : Int

customized hash code of this type. NotCached for uncached types. Cached types compute hash and use it as the type's hashCode.

customized hash code of this type. NotCached for uncached types. Cached types compute hash and use it as the type's hashCode.

override final def hashCode : Int
protected def myHash_= ( x$1: Int ) : Unit