Packages

c

info.kwarc.mmt.api.objects

BinaryObjJudgement

abstract class BinaryObjJudgement extends Judgement

Common code for some binary judgements

Source
Judgements.scala
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryObjJudgement
  2. Judgement
  3. HistoryEntry
  4. HashEquality
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinaryObjJudgement(stack: Stack, left: Obj, right: Obj, delim: String)

Abstract Value Members

  1. abstract val stack: Stack
    Definition Classes
    Judgement

Concrete 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 equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. 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
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. lazy val hash: Int

    the hash code

    the hash code

    Definition Classes
    HashEquality
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. 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
  15. 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
  16. def implies(that: Judgement): Boolean

    true if that is guaranteed if this holds

    true if that is guaranteed if this holds

    Definition Classes
    Judgement
  17. def indentation(level: Int): String
    Definition Classes
    HistoryEntry
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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 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
  23. def presentAntecedent(implicit cont: (Obj) ⇒ String): String
    Definition Classes
    Judgement
  24. def presentSucceedent(implicit cont: (Obj) ⇒ String): String
    Definition Classes
    BinaryObjJudgementJudgement
  25. 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
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  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 Judgement

Inherited from HistoryEntry

Inherited from HashEquality[Judgement]

Inherited from AnyRef

Inherited from Any

Ungrouped