Packages

o

mpstk

End

object End extends MPST with NonRecursiveType with Product with Serializable

Terminated session type

Linear Supertypes
Serializable, Serializable, Product, Equals, NonRecursiveType, MPST, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. End
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NonRecursiveType
  7. MPST
  8. Type
  9. AnyRef
  10. 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

    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 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.

    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. 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
    End → 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 NonRecursiveType

Inherited from MPST

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped