Class/Object

at.logic.gapt.proofs.lkOld

map_proof

Related Docs: object map_proof | package lkOld

Permalink

class map_proof extends AnyRef

Source
map.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. map_proof
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new map_proof()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from map_proof to any2stringadd[map_proof] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (map_proof, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from map_proof to ArrowAssoc[map_proof] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(proof: LKProof, fun: (LambdaExpression) ⇒ LambdaExpression): (LKProof, Map[FormulaOccurrence, FormulaOccurrence])

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ensuring(cond: (map_proof) ⇒ Boolean, msg: ⇒ Any): map_proof

    Permalink
    Implicit information
    This member is added by an implicit conversion from map_proof to Ensuring[map_proof] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (map_proof) ⇒ Boolean): map_proof

    Permalink
    Implicit information
    This member is added by an implicit conversion from map_proof to Ensuring[map_proof] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): map_proof

    Permalink
    Implicit information
    This member is added by an implicit conversion from map_proof to Ensuring[map_proof] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): map_proof

    Permalink
    Implicit information
    This member is added by an implicit conversion from map_proof to Ensuring[map_proof] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from map_proof to StringFormat[map_proof] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def handleBinaryProp(new_parent_1: (LKProof, Map[FormulaOccurrence, FormulaOccurrence]), new_parent_2: (LKProof, Map[FormulaOccurrence, FormulaOccurrence]), a1: FormulaOccurrence, a2: FormulaOccurrence, old_parent_1: LKProof, old_parent_2: LKProof, old_proof: LKProof, constructor: (LKProof, LKProof, FormulaOccurrence, FormulaOccurrence) ⇒ LKProof): (LKProof, Map[FormulaOccurrence, FormulaOccurrence])

    Permalink
  19. def handleContraction(new_parent: (LKProof, Map[FormulaOccurrence, FormulaOccurrence]), old_parent: LKProof, old_proof: LKProof, a1: FormulaOccurrence, a2: FormulaOccurrence, constructor: (LKProof, FormulaOccurrence, FormulaOccurrence) ⇒ LKProof): (LKProof, Map[FormulaOccurrence, FormulaOccurrence])

    Permalink
  20. def handleEquationRule(constructor: (LKProof, LKProof, FormulaOccurrence, FormulaOccurrence, HOLFormula) ⇒ LKProof, p1: LKProof, p2: LKProof, old_proof: LKProof, new_p1: (LKProof, Map[FormulaOccurrence, FormulaOccurrence]), new_p2: (LKProof, Map[FormulaOccurrence, FormulaOccurrence]), s: OccSequent, a1: FormulaOccurrence, a2: FormulaOccurrence, m: HOLFormula): (LKProof, Map[FormulaOccurrence, FormulaOccurrence])

    Permalink
  21. def handleRule(proof: LKProof, new_parents: List[(LKProof, Map[FormulaOccurrence, FormulaOccurrence])], fun: (LambdaExpression) ⇒ LambdaExpression): (LKProof, Map[FormulaOccurrence, FormulaOccurrence])

    Permalink
  22. def handleWeakening(new_parent: (LKProof, Map[FormulaOccurrence, FormulaOccurrence]), fun: (LambdaExpression) ⇒ LambdaExpression, old_parent: LKProof, old_proof: LKProof, constructor: (LKProof, HOLFormula) ⇒ LKProof with PrincipalFormulas, m: FormulaOccurrence): (LKProof with PrincipalFormulas, Map[FormulaOccurrence, FormulaOccurrence])

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (map_proof, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from map_proof to ArrowAssoc[map_proof] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from map_proof to any2stringadd[map_proof]

Inherited by implicit conversion StringFormat from map_proof to StringFormat[map_proof]

Inherited by implicit conversion Ensuring from map_proof to Ensuring[map_proof]

Inherited by implicit conversion ArrowAssoc from map_proof to ArrowAssoc[map_proof]

Ungrouped