Packages

case class Kont[KontAddr](frame: Frame, next: KontAddr)(implicit evidence$1: KontAddress[KontAddr]) extends MemoHashCode with Product with Serializable

Linear Supertypes
Serializable, Serializable, MemoHashCode, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Kont
  2. Serializable
  3. Serializable
  4. MemoHashCode
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Kont(frame: Frame, next: KontAddr)(implicit arg0: KontAddress[KontAddr])

Value Members

  1. val frame: Frame
  2. def hashCode(): Int

    Memoized default hash code

    Memoized default hash code

    Definition Classes
    MemoHashCode → AnyRef → Any
  3. val next: KontAddr
  4. def subsumes(that: Kont[KontAddr]): Boolean