final case class Bound2(aux1: Hyp, aux2: Hyp, p: LKt) extends Bound with Product with Serializable
- Source
- terms.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bound2
- Serializable
- Serializable
- Product
- Equals
- Bound
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Bound2, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val aux1: Hyp
- val aux2: Hyp
- def auxs: List[Hyp]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (Bound2) ⇒ Boolean, msg: ⇒ Any): Bound2
- def ensuring(cond: (Bound2) ⇒ Boolean): Bound2
- def ensuring(cond: Boolean, msg: ⇒ Any): Bound2
- def ensuring(cond: Boolean): Bound2
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
- def freeHyps: Set[Hyp]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isConst: Boolean
-
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()
- val p: LKt
- def rename(awayFrom: Iterable[Hyp]): Bound2
- def rename_(awayFrom: Set[Hyp]): Bound2
- def replace(a: Hyp, b: Hyp): Bound2
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toDoc(implicit sig: BabelSignature): Doc
-
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
- @native() @throws( ... )
- def →[B](y: B): (Bound2, B)
This is the API documentation for GAPT.
The main package is at.logic.gapt.