Class

at.logic.gapt.expr

LambdaExpression

Related Doc: package expr

Permalink

abstract class LambdaExpression extends AnyRef

Source
typedLambdaCalculus.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LambdaExpression
  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 LambdaExpression()

    Permalink

Abstract Value Members

  1. abstract def exptype: Ty

    Permalink
  2. abstract def syntaxEquals(e: LambdaExpression): Boolean

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==(that: LambdaExpression): HOLFormula

    Permalink
  3. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. def &(that: LambdaExpression): HOLFormula

    Permalink
  5. def +(other: String): String

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

    Permalink
  7. def ->[B](y: B): (LambdaExpression, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LambdaExpression to ArrowAssoc[LambdaExpression] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <->(that: LambdaExpression): HOLFormula

    Permalink
  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def ===(that: LambdaExpression): HOLAtom

    Permalink
  11. def ^(n: Int)(that: LambdaExpression): LambdaExpression

    Permalink
  12. 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.

  13. def apply(that: LambdaExpression*): LambdaExpression

    Permalink
  14. 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.

  15. def apply(p: LambdaPosition): LambdaExpression

    Permalink
  16. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def equals(a: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. 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.

  26. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LambdaExpression to StringFormat[LambdaExpression] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  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.

  28. def get(p: LambdaPosition): Option[LambdaExpression]

    Permalink

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

  29. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. 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.

  32. def isDefinedAt(p: LambdaPosition): Boolean

    Permalink

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

  33. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def replace(pos: Seq[HOLPosition], replacement: LambdaExpression): LambdaExpression

    Permalink
  38. def replace(pos: HOLPosition, replacement: LambdaExpression): LambdaExpression

    Permalink
  39. def replace(pos: LambdaPosition, replacement: LambdaExpression): LambdaExpression

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

    Permalink
    Definition Classes
    AnyRef
  41. def toAsciiString: String

    Permalink

    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.

  42. def toSigRelativeString(implicit sig: BabelSignature): String

    Permalink

    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).

  43. def toString(): String

    Permalink

    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
  44. def unary_-: HOLFormula

    Permalink
  45. final def wait(): Unit

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

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

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

    Permalink
  49. def [B](y: B): (LambdaExpression, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped