Class/Object

at.logic.gapt.proofs.lksk

LabelledFormulaOccurrence

Related Docs: object LabelledFormulaOccurrence | package lksk

Permalink

class LabelledFormulaOccurrence extends FormulaOccurrence

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LabelledFormulaOccurrence
  2. FormulaOccurrence
  3. AnyRef
  4. Any
Implicitly
  1. by formulaOccurrenceToFormula
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LabelledFormulaOccurrence(formula: HOLFormula, parents: List[LabelledFormulaOccurrence], skolem_label: Label)

    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 &(that: HOLFormula): HOLFormula

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    HOLFormula
  4. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to any2stringadd[LabelledFormulaOccurrence] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def -->(that: HOLFormula): HOLFormula

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    HOLFormula
  6. def ->[B](y: B): (LabelledFormulaOccurrence, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def =^=(that: FormulaOccurrence): Boolean

    Permalink

    Tests equality of formulas.

    Tests equality of formulas.

    that

    Another FormulaOccurrence.

    returns

    true iff this and that are occurrences of the same formula.

    Definition Classes
    FormulaOccurrence
  9. def alphaEquals(that: LambdaExpression): Boolean

    Permalink

    Alpha-equality.

    Alpha-equality.

    that

    Lambda expression to compare against.

    returns

    whether this lambda expression is equal to that lambda expression modulo alpha-conversion.

    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  10. def ancestors: Seq[FormulaOccurrence]

    Permalink

    returns

    The ancestors of this, i.e. its parents and the ancestors of its parents.

    Definition Classes
    FormulaOccurrence
  11. def apply(pos: HOLPosition): LambdaExpression

    Permalink

    Retrieves this expression's subexpression at a given position.

    Retrieves this expression's subexpression at a given position.

    pos

    The position to be retrieved.

    returns

    The subexpression at pos.

    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  12. def apply(p: LambdaPosition): LambdaExpression

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  13. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    FormulaOccurrence → AnyRef
  15. def ensuring(cond: (LabelledFormulaOccurrence) ⇒ Boolean, msg: ⇒ Any): LabelledFormulaOccurrence

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def exptype: TA

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  22. val factory: FOFactory

    Permalink

    The formula occurrence factory FOFactory used to construct this occurrence.

    The formula occurrence factory FOFactory used to construct this occurrence.

    Definition Classes
    FormulaOccurrence
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def find(exp: LambdaExpression): List[HOLPosition]

    Permalink

    Finds all HOL positions of a subexpression in this expression.

    Finds all HOL positions of a subexpression in this expression.

    exp

    The subexpression to be found.

    returns

    A list containing all positions where exp occurs.

    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  25. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to StringFormat[LabelledFormulaOccurrence] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. val formula: HOLFormula

    Permalink
  27. def get(pos: HOLPosition): Option[LambdaExpression]

    Permalink

    Retrieves this expression's subexpression at a given position, if there is one.

    Retrieves this expression's subexpression at a given position, if there is one.

    pos

    The position to be retrieved.

    returns

    If there is a subexpression at that position, return Some(that expression). Otherwise None.

    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  28. def get(p: LambdaPosition): Option[LambdaExpression]

    Permalink

    Returns the subexpression at the given position, if it exists.

    Returns the subexpression at the given position, if it exists.

    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. val id: Int

    Permalink

    Auto-incremented integer identifying this occurrence.

    Auto-incremented integer identifying this occurrence.

    Definition Classes
    FormulaOccurrence
  32. def isAncestorOf(that: FormulaOccurrence, reflexive: Boolean): Boolean

    Permalink

    Tests whether this is an ancestor of that.

    Tests whether this is an ancestor of that.

    that

    A formula occurrence.

    reflexive

    Whether this should count as an ancestor of itself.

    Definition Classes
    FormulaOccurrence
  33. def isDefinedAt(pos: HOLPosition): Boolean

    Permalink

    Tests whether this expression has a subexpression at a given position.

    Tests whether this expression has a subexpression at a given position.

    pos

    The position to be tested.

    returns

    Whether this(pos) is defined.

    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  34. def isDefinedAt(p: LambdaPosition): Boolean

    Permalink

    Tests whether this Expression has a subexpression at the given position.

    Tests whether this Expression has a subexpression at the given position.

    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  35. def isDescendantOf(that: FormulaOccurrence, reflexive: Boolean): Boolean

    Permalink

    Tests whether this is a descendant of that.

    Tests whether this is a descendant of that.

    that

    A formula occurrence.

    reflexive

    Whether this should count as a descendant of itself.

    Definition Classes
    FormulaOccurrence
  36. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  40. val parents: List[LabelledFormulaOccurrence]

    Permalink
  41. def replace(pos: HOLPosition, exp: LambdaExpression): HOLFormula

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    HOLFormulaLambdaExpression
  42. def replace(pos: LambdaPosition, replacement: LambdaExpression): LambdaExpression

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  43. val skolem_label: Label

    Permalink
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def syntaxEquals(e: LambdaExpression): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    LambdaExpression
  46. def toString(): String

    Permalink
    Definition Classes
    LabelledFormulaOccurrenceFormulaOccurrence → AnyRef → Any
  47. def unary_-: HOLFormula

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    HOLFormula
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def |(that: HOLFormula): HOLFormula

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Definition Classes
    HOLFormula
  52. def [B](y: B): (LabelledFormulaOccurrence, B)

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

Shadowed Implicit Value Members

  1. def equals(a: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (labelledFormulaOccurrence: HOLFormula).equals(a)
    Definition Classes
    LambdaExpression → AnyRef → Any
  2. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LabelledFormulaOccurrence to HOLFormula performed by method formulaOccurrenceToFormula in at.logic.gapt.proofs.occurrences.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (labelledFormulaOccurrence: HOLFormula).toString()
    Definition Classes
    LambdaExpression → AnyRef → Any

Inherited from FormulaOccurrence

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion formulaOccurrenceToFormula from LabelledFormulaOccurrence to HOLFormula

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

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

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

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

Ungrouped