Packages

c

mpstk

Rec

case class Rec(recvar: RecVar, body: MPST) extends MPST with Product with Serializable

Recursive type.

Linear Supertypes
Serializable, Serializable, Product, Equals, MPST, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rec
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MPST
  7. Type
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Rec(recvar: RecVar, body: MPST)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :<(that: Type): Boolean
    Definition Classes
    Type
  4. def :>(that: Type): Boolean
    Definition Classes
    Type
  5. def =:=(that: Type): Boolean
    Definition Classes
    Type
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def barendregt: MPST

    Return a version of this type respecting the Barendregt convention

    Return a version of this type respecting the Barendregt convention

    Definition Classes
    MPST
  9. val body: MPST
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def closed: Boolean

    Is the type closed?

    Is the type closed?

    Definition Classes
    MPST
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fv: Set[RecVar]

    Free variables.

    Free variables.

    Definition Classes
    MPST
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def guarded: Boolean

    Does the type have guarded recursion variables, only?

    Does the type have guarded recursion variables, only?

    Definition Classes
    MPST
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def merge(that: MPST): Either[String, MPST]

    Merge (if possible) with the given type.

    Merge (if possible) with the given type.

    Definition Classes
    MPST
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def outputs(to: Role): Set[(Label, Type)]

    Return the potential outputs towards role @to, as pairs of label and payload.

    Return the potential outputs towards role @to, as pairs of label and payload.

    Definition Classes
    MPST
  23. val recvar: RecVar
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toRaw: raw.MPST

    Convert to raw MPST.

    Convert to raw MPST.

    Attributes
    protected[mpstk]
    Definition Classes
    MPST
  26. def toString(): String
    Definition Classes
    Rec → AnyRef → Any
  27. def unfoldPayloads: MPST

    Unfold payload types, ensuring they do not have variables bound by the carrier type.

    Unfold payload types, ensuring they do not have variables bound by the carrier type.

    Definition Classes
    MPST
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MPST

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped