Packages

  • package root
    Definition Classes
    root
  • package ap

    Package object making available some of the objects in sub-packages

    Package object making available some of the objects in sub-packages

    Definition Classes
    root
  • package theories

    Package object making available some of the objects in sub-packages

    Package object making available some of the objects in sub-packages

    Definition Classes
    ap
  • package bitvectors
    Definition Classes
    theories
  • object ModPreprocessor

    Pre-processing of formulas

    Pre-processing of formulas

    Definition Classes
    bitvectors
  • Preproc
  • VisitorArg
  • VisitorRes

case class VisitorRes(res: IExpression, lowerBound: IdealInt, upperBound: IdealInt) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VisitorRes
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VisitorRes(res: IExpression, lowerBound: IdealInt, upperBound: IdealInt)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(that: VisitorRes): VisitorRes
  4. def *(coeff: IdealInt): VisitorRes
  5. def +(num: IdealInt): VisitorRes
  6. def +(that: VisitorRes): VisitorRes
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. def eDiv(divisor: IdealInt): VisitorRes
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def isConstant: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val lowerBound: IdealInt
  16. def lowerBoundOrElse(that: IdealInt): IdealInt
  17. def modCast(lower: IdealInt, upper: IdealInt, ctxt: VisitorArg): VisitorRes
  18. def modCastHelp(lower: IdealInt, upper: IdealInt, ctxt: VisitorArg): VisitorRes
  19. def modCastPow2(bits: IdealInt, ctxt: VisitorArg): VisitorRes
  20. def modCastPow2(bits: Int, ctxt: VisitorArg): VisitorRes
  21. def modCastSignedPow2(bits: Int, ctxt: VisitorArg): VisitorRes
  22. def nbitBounds(bits: Int): (IdealInt, IdealInt)

    Derive upper and lower bounds for the lower bits of a number.

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def not(bits: Int): VisitorRes
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val res: IExpression
  29. def resTerm: ITerm
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val upperBound: IdealInt
  32. def upperBoundOrElse(that: IdealInt): IdealInt
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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 AnyRef

Inherited from Any

Ungrouped