class
SetSequent
extends ASequent
Instance Constructors
-
new
SetSequent
(ant: Set[E], suc: Set[E])
Type Members
-
type
Cedent
= AnyRef { ... /* 3 definitions in type refinement */ }
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
-
-
-
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
ant
: Set[E]
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(other: Any): Boolean
-
def
clone
(): AnyRef
-
def
contains
(e: Either[E, E]): Boolean
-
def
contains
(f: E): Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(v: Any): 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
: Set[E]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any