Packages

c

mpstk

MPST

sealed abstract class MPST extends Type

Multiparty session type.

Linear Supertypes
Type, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MPST
  2. Type
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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

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

    Is the type closed?

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

    Free variables.

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

    Does the type have guarded recursion variables, only?

  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def merge(that: MPST): Either[String, MPST]

    Merge (if possible) with the given type.

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

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

  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]
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def unfoldPayloads: MPST

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

  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 Type

Inherited from AnyRef

Inherited from Any

Ungrouped