Class/Object

ap.proof

BindingContext

Related Docs: object BindingContext | package proof

Permalink

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, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BindingContext
  2. Product
  3. Equals
  4. PartialOrdering
  5. Equiv
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAndContract(c: Iterable[ConstantTerm], q: Quantifier): BindingContext

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    Any
  7. def binder(c: ConstantTerm): Option[Quantifier]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. val constantSeq: List[(Quantifier, Set[ConstantTerm])]

    Permalink
  10. def containsMaximumConstantWith(consts: Iterable[ConstantTerm], p: (ConstantTerm) ⇒ Boolean): Boolean

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equiv(x: ConstantTerm, y: ConstantTerm): Boolean

    Permalink
    Definition Classes
    PartialOrdering → Equiv
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def gt(x: ConstantTerm, y: ConstantTerm): Boolean

    Permalink
    Definition Classes
    PartialOrdering
  15. def gteq(x: ConstantTerm, y: ConstantTerm): Boolean

    Permalink
    Definition Classes
    PartialOrdering
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def lt(x: ConstantTerm, y: ConstantTerm): Boolean

    Permalink
    Definition Classes
    PartialOrdering
  18. def lteq(x: ConstantTerm, y: ConstantTerm): Boolean

    Permalink
    Definition Classes
    BindingContext → PartialOrdering
  19. def maximumConstants(consts: Iterable[ConstantTerm]): Seq[ConstantTerm]

    Permalink

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

  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def reverse: PartialOrdering[ConstantTerm]

    Permalink
    Definition Classes
    PartialOrdering
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def tryCompare(x: ConstantTerm, y: ConstantTerm): Option[Int]

    Permalink
    Definition Classes
    BindingContext → PartialOrdering
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from PartialOrdering[ConstantTerm]

Inherited from Equiv[ConstantTerm]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped