Packages

case class BindingContext extends PartialOrdering[ConstantTerm] with Product with Serializable

Class to represent the context of constants bound above a certain node in the proof tree. This constant can be seen as a partial ordering on constants: inner bound constants are bigger than outer bound constants

Linear Supertypes
Product, Equals, PartialOrdering[ConstantTerm], Equiv[ConstantTerm], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BindingContext
  2. Product
  3. Equals
  4. PartialOrdering
  5. Equiv
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAndContract(c: Iterable[ConstantTerm], q: Quantifier): BindingContext

    Add new innermost bound constants to the binding context.

    Add new innermost bound constants to the binding context. If the quantifier of the new constants is the same as of the innermost constant group, just add the constants to the group

  5. def addAndContract(c: ConstantTerm, q: Quantifier): BindingContext

    Add a new innermost bound constant to the binding context.

    Add a new innermost bound constant to the binding context. If the quantifier of the new constant is the same as of the innermost constant group, just add the constant to the group

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def binder(c: ConstantTerm): Option[Quantifier]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. val constantSeq: List[(Quantifier, Set[ConstantTerm])]
  10. def containsMaximumConstantWith(consts: Iterable[ConstantTerm], p: (ConstantTerm) => Boolean): Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equiv(x: ConstantTerm, y: ConstantTerm): Boolean
    Definition Classes
    PartialOrdering → Equiv
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def gt(x: ConstantTerm, y: ConstantTerm): Boolean
    Definition Classes
    PartialOrdering
  15. def gteq(x: ConstantTerm, y: ConstantTerm): Boolean
    Definition Classes
    PartialOrdering
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lt(x: ConstantTerm, y: ConstantTerm): Boolean
    Definition Classes
    PartialOrdering
  18. def lteq(x: ConstantTerm, y: ConstantTerm): Boolean
    Definition Classes
    BindingContext → PartialOrdering
  19. def maximumConstants(consts: Iterable[ConstantTerm]): Seq[ConstantTerm]

    Filter out and return the maximum elements of a given collection of constants

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def reverse: PartialOrdering[ConstantTerm]
    Definition Classes
    PartialOrdering
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def tryCompare(x: ConstantTerm, y: ConstantTerm): Option[Int]
    Definition Classes
    BindingContext → PartialOrdering
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from PartialOrdering[ConstantTerm]

Inherited from Equiv[ConstantTerm]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped