t

at.logic.gapt.expr

PropAtom

trait PropAtom extends Const with PropFormula with FOLAtom with FOLAtomConst

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropAtom
  2. FOLAtomConst
  3. HOLAtomConst
  4. FOLAtom
  5. HOLAtom
  6. FOLPartialAtom
  7. HOLPartialAtom
  8. PropFormula
  9. FOLFormula
  10. FOLExpression
  11. HOLFormula
  12. PropPartialFormula
  13. FOLPartialFormula
  14. Const
  15. VarOrConst
  16. LambdaExpression
  17. AnyRef
  18. 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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def &(that: FOLFormula): FOLFormula
    Definition Classes
    FOLFormula
  5. def &(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  6. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from PropAtom to any2stringadd[PropAtom] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def -->(that: FOLFormula): FOLFormula
    Definition Classes
    FOLFormula
  8. def -->(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  9. def ->[B](y: B): (PropAtom, B)
    Implicit
    This member is added by an implicit conversion from PropAtom to ArrowAssoc[PropAtom] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. def <->(that: FOLFormula): FOLFormula
    Definition Classes
    FOLFormula
  11. def <->(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def ===(that: LambdaExpression): HOLAtom
    Definition Classes
    LambdaExpression
  14. def ^(n: Int)(that: LambdaExpression): LambdaExpression
    Definition Classes
    LambdaExpression
  15. def alphaEquals(that: LambdaExpression): Boolean

    Alpha-equality.

    Alpha-equality.

    that

    Lambda expression to compare against.

    returns

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

    Definition Classes
    LambdaExpression
  16. def apply(that: FOLTerm*)(implicit dummyImplicit: DummyImplicit): FOLAtom
    Definition Classes
    FOLAtomConst
  17. def apply(that: LambdaExpression*)(implicit dummyImplicit: DummyImplicit): HOLAtom
    Definition Classes
    HOLPartialAtom
  18. def apply(pos: FOLPosition): FOLExpression

    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.

    Definition Classes
    FOLExpression
  19. def apply(that: Iterable[LambdaExpression]): LambdaExpression
    Definition Classes
    LambdaExpression
  20. def apply(that: LambdaExpression*): LambdaExpression
    Definition Classes
    LambdaExpression
  21. def apply(pos: HOLPosition): LambdaExpression

    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.

    Definition Classes
    LambdaExpression
  22. def apply(p: LambdaPosition): LambdaExpression
    Definition Classes
    LambdaExpression
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def ensuring(cond: (PropAtom) ⇒ Boolean, msg: ⇒ Any): PropAtom
    Implicit
    This member is added by an implicit conversion from PropAtom to Ensuring[PropAtom] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: (PropAtom) ⇒ Boolean): PropAtom
    Implicit
    This member is added by an implicit conversion from PropAtom to Ensuring[PropAtom] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean, msg: ⇒ Any): PropAtom
    Implicit
    This member is added by an implicit conversion from PropAtom to Ensuring[PropAtom] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean): PropAtom
    Implicit
    This member is added by an implicit conversion from PropAtom to Ensuring[PropAtom] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(a: Any): Boolean
    Definition Classes
    LambdaExpression → AnyRef → Any
  31. val exptype: Ty
    Definition Classes
    ConstLambdaExpression
  32. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def find(exp: FOLExpression): List[FOLPosition]

    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.

    Definition Classes
    FOLExpression
  34. def find(exp: LambdaExpression): List[HOLPosition]

    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.

    Definition Classes
    LambdaExpression
  35. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PropAtom to StringFormat[PropAtom] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. def get(pos: FOLPosition): Option[FOLExpression]

    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.

    Definition Classes
    FOLExpression
  37. def get(pos: HOLPosition): Option[LambdaExpression]

    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.

    Definition Classes
    LambdaExpression
  38. def get(p: LambdaPosition): Option[LambdaExpression]

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

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

    Definition Classes
    LambdaExpression
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  40. val hashCode: Int
    Definition Classes
    ConstLambdaExpression → AnyRef → Any
  41. def isDefinedAt(pos: FOLPosition): Boolean

    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.

    Definition Classes
    FOLExpression
  42. def isDefinedAt(pos: HOLPosition): Boolean

    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.

    Definition Classes
    LambdaExpression
  43. def isDefinedAt(p: LambdaPosition): Boolean

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

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

    Definition Classes
    LambdaExpression
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. val name: String
    Definition Classes
    ConstVarOrConst
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  49. def replace(pos: FOLPosition, replacement: FOLExpression): FOLExpression
    Definition Classes
    FOLExpression
  50. def replace(pos: HOLPosition, exp: LambdaExpression): HOLFormula
    Definition Classes
    HOLFormulaLambdaExpression
  51. def replace(pos: LambdaPosition, replacement: LambdaExpression): LambdaExpression
    Definition Classes
    LambdaExpression
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def syntaxEquals(e: LambdaExpression): Boolean

    Syntactic equality (takes names of variables in binders into account).

    Syntactic equality (takes names of variables in binders into account).

    Definition Classes
    ConstLambdaExpression
  54. def toAsciiString: String

    Converts this expression into a 7-bit safe ASCII string.

    Converts this expression into a 7-bit safe ASCII string.

    The output can be parsed using e.g. the string interpolators, and we guarantee that the expression can be perfectly reconstructed from the string output.

    Definition Classes
    LambdaExpression
  55. def toSigRelativeString(implicit sig: BabelSignature): String

    Converts this expression into a string, taking the signature into account.

    Converts this expression into a string, taking the signature into account.

    This produces a similar output as toString, but will use the variable convention indicated by the signature. That is, if sig defines x to be a constant, then we output just x instead of the default #c(x: i).

    Definition Classes
    LambdaExpression
  56. def toString(): String

    Converts this expression into a string.

    Converts this expression into a string.

    The output can be parsed using e.g. the string interpolators, and we guarantee that the expression can be perfectly reconstructed from the string output.

    Definition Classes
    LambdaExpression → AnyRef → Any
  57. def toUntypedAsciiString(implicit sig: BabelSignature): String
    Definition Classes
    LambdaExpression
  58. def toUntypedString(implicit sig: BabelSignature): String
    Definition Classes
    LambdaExpression
  59. def unary_-: FOLFormula
    Definition Classes
    FOLFormulaLambdaExpression
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def |(that: FOLFormula): FOLFormula
    Definition Classes
    FOLFormula
  64. def |(that: LambdaExpression): HOLFormula
    Definition Classes
    LambdaExpression
  65. def [B](y: B): (PropAtom, B)
    Implicit
    This member is added by an implicit conversion from PropAtom to ArrowAssoc[PropAtom] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from FOLAtomConst

Inherited from HOLAtomConst

Inherited from FOLAtom

Inherited from HOLAtom

Inherited from FOLPartialAtom

Inherited from HOLPartialAtom

Inherited from PropFormula

Inherited from FOLFormula

Inherited from FOLExpression

Inherited from HOLFormula

Inherited from PropPartialFormula

Inherited from FOLPartialFormula

Inherited from Const

Inherited from VarOrConst

Inherited from LambdaExpression

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped