Packages

c

mpstk

RecVar

case class RecVar(name: String) extends MPST with Product with Serializable

Recursion variable.

Linear Supertypes
Serializable, Serializable, Product, Equals, MPST, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecVar
  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 RecVar(name: String)

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. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def closed: Boolean

    Is the type closed?

    Is the type closed?

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

    Free variables.

    Free variables.

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

    Does the type have guarded recursion variables, only?

    Does the type have guarded recursion variables, only?

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

    Merge (if possible) with the given type.

    Merge (if possible) with the given type.

    Definition Classes
    MPST
  18. val name: String
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toRaw: raw.MPST

    Convert to raw MPST.

    Convert to raw MPST.

    Attributes
    protected[mpstk]
    Definition Classes
    MPST
  25. def toString(): String
    Definition Classes
    RecVar → AnyRef → Any
  26. 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
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. 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