class
Sequent
extends Judgment
Instance Constructors
-
new
Sequent
(ant: List[E], suc: List[E])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
-
-
-
-
-
-
-
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
ant
: List[E]
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(other: Any): Boolean
-
def
clone
(): AnyRef
-
def
contains
(f: E): Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(v: Any): Boolean
-
def
exists
(p: (E) ⇒ Boolean): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
size
: Int
-
val
suc
: List[E]
-
def
supersequentOf
(s: Sequent): Boolean
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toSet
: HashSet[E]
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any