Packages

case class Subtyping(stack: Stack, tp1: Term, tp2: Term) extends BinaryObjJudgement with Product with Serializable

represents a subtyping judgement context |- tp1 <: tp2

Source
Judgements.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Subtyping
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BinaryObjJudgement
  7. Judgement
  8. HistoryEntry
  9. HashEquality
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Subtyping(stack: Stack, tp1: Term, tp2: Term)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def context: Context
    Definition Classes
    Judgement
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. lazy val freeVars: HashSet[LocalName]

    returns

    the set of names of the meta-variables occurring in this judgment Constraints must come with a Context binding all object variables occurring freely in any expressions; therefore, the remaining free variables are meta-variables

    Definition Classes
    BinaryObjJudgementJudgement
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. lazy val hash: Int

    the hash code

    the hash code

    Definition Classes
    HashEquality
  12. def hasheq(that: HashEquality[Judgement]): Boolean

    this hasheq that is the same as this == that, but fails immediately if false

    this hasheq that is the same as this == that, but fails immediately if false

    Definition Classes
    HashEquality
  13. def hashneq(that: HashEquality[Judgement]): Boolean

    this hasheq that is the same as this == that, but fails immediately if false

    this hasheq that is the same as this == that, but fails immediately if false

    Definition Classes
    HashEquality
  14. def implies(that: Judgement): Boolean

    true if that is guaranteed if this holds

    true if that is guaranteed if this holds

    Definition Classes
    Judgement
  15. def indentation(level: Int): String
    Definition Classes
    HistoryEntry
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def present(implicit cont: (Obj) ⇒ String): String

    a toString method that may call a continuation on its objects

    a toString method that may call a continuation on its objects

    Definition Classes
    JudgementHistoryEntry
  21. def presentAntecedent(implicit cont: (Obj) ⇒ String): String
    Definition Classes
    Judgement
  22. def presentSucceedent(implicit cont: (Obj) ⇒ String): String
    Definition Classes
    BinaryObjJudgementJudgement
  23. def removeWrappers: HistoryEntry

    this history entry but without any wrappers like for indentation

    this history entry but without any wrappers like for indentation

    Definition Classes
    HistoryEntry
  24. val stack: Stack
    Definition Classes
    SubtypingJudgement
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val tp1: Term
  27. val tp2: Term
  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
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BinaryObjJudgement

Inherited from Judgement

Inherited from HistoryEntry

Inherited from HashEquality[Judgement]

Inherited from AnyRef

Inherited from Any

Ungrouped