case class IsContext(stack: Stack, wfo: Context) extends UnaryObjJudgement with WFJudgement with Product with Serializable
- Alphabetic
- By Inheritance
- IsContext
- Serializable
- Serializable
- Product
- Equals
- WFJudgement
- UnaryObjJudgement
- Judgement
- HistoryEntry
- HashEquality
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
- UnaryObjJudgement → Judgement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
hash: Int
the hash code
the hash code
- Definition Classes
- HashEquality
-
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
- UnaryObjJudgement → 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
- val stack: Stack
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()
-
val
wfo: Context
- Definition Classes
- IsContext → WFJudgement