Trait/Object

at.logic.gapt.expr

FOLConst

Related Docs: object FOLConst | package expr

Permalink

trait FOLConst extends Const with FOLTerm with FOLFunctionConst

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FOLConst
  2. FOLFunctionConst
  3. FOLTerm
  4. FOLExpression
  5. FOLPartialTerm
  6. Const
  7. VarOrConst
  8. LambdaExpression
  9. AnyRef
  10. 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. def !==(that: LambdaExpression): HOLFormula

    Permalink
    Definition Classes
    LambdaExpression
  3. final def ##(): Int

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

    Permalink
    Definition Classes
    LambdaExpression
  5. def -->(that: LambdaExpression): HOLFormula

    Permalink
    Definition Classes
    LambdaExpression
  6. def <->(that: LambdaExpression): HOLFormula

    Permalink
    Definition Classes
    LambdaExpression
  7. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    LambdaExpression
  9. def ^(n: Int)(that: LambdaExpression): LambdaExpression

    Permalink
    Definition Classes
    LambdaExpression
  10. 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.

    Definition Classes
    LambdaExpression
  11. def apply(that: FOLTerm*)(implicit dummyImplicit: DummyImplicit): FOLTerm

    Permalink
    Definition Classes
    FOLFunctionConst
  12. def apply(pos: FOLPosition): FOLExpression

    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.

    Definition Classes
    FOLExpression
  13. def apply(that: Iterable[LambdaExpression]): LambdaExpression

    Permalink
    Definition Classes
    LambdaExpression
  14. def apply(that: LambdaExpression*): LambdaExpression

    Permalink
    Definition Classes
    LambdaExpression
  15. 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.

    Definition Classes
    LambdaExpression
  16. def apply(p: LambdaPosition): LambdaExpression

    Permalink
    Definition Classes
    LambdaExpression
  17. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    LambdaExpression → AnyRef → Any
  21. val exptype: Ty

    Permalink
    Definition Classes
    ConstLambdaExpression
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def find(exp: FOLExpression): List[FOLPosition]

    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.

    Definition Classes
    FOLExpression
  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.

    Definition Classes
    LambdaExpression
  25. def get(pos: FOLPosition): Option[FOLExpression]

    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.

    Definition Classes
    FOLExpression
  26. 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.

    Definition Classes
    LambdaExpression
  27. 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.

    Definition Classes
    LambdaExpression
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. val hashCode: Int

    Permalink
    Definition Classes
    ConstLambdaExpression → AnyRef → Any
  30. def isDefinedAt(pos: FOLPosition): 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.

    Definition Classes
    FOLExpression
  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.

    Definition Classes
    LambdaExpression
  32. 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.

    Definition Classes
    LambdaExpression
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val name: String

    Permalink
    Definition Classes
    ConstVarOrConst
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def replace(pos: FOLPosition, replacement: FOLExpression): FOLExpression

    Permalink
    Definition Classes
    FOLExpression
  39. def replace(pos: HOLPosition, replacement: LambdaExpression): LambdaExpression

    Permalink
    Definition Classes
    LambdaExpression
  40. def replace(pos: LambdaPosition, replacement: LambdaExpression): LambdaExpression

    Permalink
    Definition Classes
    LambdaExpression
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ConstLambdaExpression
  43. 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.

    Definition Classes
    LambdaExpression
  44. 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).

    Definition Classes
    LambdaExpression
  45. 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
  46. def toUntypedAsciiString(implicit sig: BabelSignature): String

    Permalink
    Definition Classes
    LambdaExpression
  47. def toUntypedString(implicit sig: BabelSignature): String

    Permalink
    Definition Classes
    LambdaExpression
  48. def unary_-: HOLFormula

    Permalink
    Definition Classes
    LambdaExpression
  49. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    LambdaExpression

Inherited from FOLFunctionConst

Inherited from FOLTerm

Inherited from FOLExpression

Inherited from FOLPartialTerm

Inherited from Const

Inherited from VarOrConst

Inherited from LambdaExpression

Inherited from AnyRef

Inherited from Any

Ungrouped