trait WFJudgement extends Judgement
- Alphabetic
- By Inheritance
- WFJudgement
- Judgement
- HistoryEntry
- HashEquality
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
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
- Judgement
-
abstract
val
stack: Stack
- Definition Classes
- Judgement
- abstract val wfo: Obj
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
context: Context
- Definition Classes
- Judgement
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
hash: Int
the hash code
the hash code
- Definition Classes
- HashEquality
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
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
-
def
implies(that: Judgement): Boolean
true if that is guaranteed if this holds
true if that is guaranteed if this holds
- Definition Classes
- Judgement
-
def
indentation(level: Int): String
- Definition Classes
- HistoryEntry
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
- Judgement → HistoryEntry
-
def
presentAntecedent(implicit cont: (Obj) ⇒ String): String
- Definition Classes
- Judgement
-
def
presentSucceedent(implicit cont: (Obj) ⇒ String): String
- Definition Classes
- Judgement
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()