Packages

c

ap.parser

ISortedEpsilon

case class ISortedEpsilon(sort: Sort, cond: IFormula) extends IEpsilon with Product with Serializable

Epsilon term, which is defined to evaluate to an arbitrary value satisfying the formula cond. cond is expected to contain a bound variable with de Bruijn index 0 and the given sort.

Linear Supertypes
Serializable, Product, Equals, IEpsilon, IVariableBinder, ITerm, IExpression, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ISortedEpsilon
  2. Serializable
  3. Product
  4. Equals
  5. IEpsilon
  6. IVariableBinder
  7. ITerm
  8. IExpression
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ISortedEpsilon(sort: Sort, cond: IFormula)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(that: ITerm): ITerm

    Product of two terms (only defined if at least one of the terms is constant).

    Product of two terms (only defined if at least one of the terms is constant).

    Definition Classes
    ITerm
  4. def *(coeff: IdealInt): ITerm

    Product of term with an integer.

    Product of term with an integer.

    Definition Classes
    ITerm
  5. def ***(coeff: IdealInt): ITerm

    Product of two terms.

    Product of two terms. The resulting expression is simplified immediately if one of the terms is constant.

    Definition Classes
    ITerm
  6. def +(that: ITerm): ITerm

    Sum of two terms.

    Sum of two terms.

    Definition Classes
    ITerm
  7. def +++(that: ITerm): ITerm

    Sum of two terms.

    Sum of two terms. The resulting expression is simplified immediately if one of the terms disappears.

    Definition Classes
    ITerm
  8. def -(that: ITerm): ITerm

    Difference between two terms.

    Difference between two terms.

    Definition Classes
    ITerm
  9. def ---(that: ITerm): ITerm

    Difference of two terms.

    Difference of two terms. The resulting expression is simplified immediately if one of the terms disappears.

    Definition Classes
    ITerm
  10. def <(that: ITerm): IFormula

    Inequality between two terms.

    Inequality between two terms.

    Definition Classes
    ITerm
  11. def <=(that: ITerm): IFormula

    Inequality between two terms.

    Inequality between two terms.

    Definition Classes
    ITerm
  12. def =/=(that: ITerm): IFormula

    Dis-equation between two terms.

    Dis-equation between two terms.

    Definition Classes
    ITerm
  13. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def ===(that: ITerm): IFormula

    Equation between two terms.

    Equation between two terms.

    Definition Classes
    ITerm
  15. def >(that: ITerm): IFormula

    Inequality between two terms.

    Inequality between two terms.

    Definition Classes
    ITerm
  16. def >=(that: ITerm): IFormula

    Inequality between two terms.

    Inequality between two terms.

    Definition Classes
    ITerm
  17. def apply(i: Int): IExpression

    Return the ith sub-expression.

    Return the ith sub-expression.

    Definition Classes
    ISortedEpsilonIExpression
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  20. val cond: IFormula

    The body of the epsilon term.

    The body of the epsilon term.

    Definition Classes
    ISortedEpsilonIEpsilon
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. val hashCode: Int
    Definition Classes
    ISortedEpsilon → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def iterator: Iterator[IExpression]

    Iterator over the sub-expressions of this expression.

    Iterator over the sub-expressions of this expression.

    Definition Classes
    IExpression
  26. def length: Int

    Number of sub-expressions.

    Number of sub-expressions.

    Definition Classes
    ISortedEpsilonIExpression
  27. def minusSimplify: ITerm

    Negation of a term.

    Negation of a term. The resulting expression is simplified immediately if one of the terms is constant.

    Definition Classes
    ITerm
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val sort: Sort

    The sort of the bound variable.

    The sort of the bound variable.

    Definition Classes
    ISortedEpsilonIEpsilonIVariableBinder
  33. def subExpressions: IndexedSeq[IExpression]

    The sub-expressions of this expression.

    The sub-expressions of this expression.

    Definition Classes
    IExpression
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    ISortedEpsilon → AnyRef → Any
  36. def unary_-: ITerm

    Negation of a term.

    Negation of a term.

    Definition Classes
    ITerm
  37. def update(newSubExprs: Seq[IExpression]): ISortedEpsilon

    Replace the subexpressions of this node with new expressions

    Replace the subexpressions of this node with new expressions

    Definition Classes
    ISortedEpsilonITermIExpression
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IEpsilon

Inherited from IVariableBinder

Inherited from ITerm

Inherited from IExpression

Inherited from AnyRef

Inherited from Any

Ungrouped