Class/Object

ap.theories.bitvectors.ModPreprocessor

VisitorRes

Related Docs: object VisitorRes | package ModPreprocessor

Permalink

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

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

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(that: VisitorRes): VisitorRes

    Permalink
  4. def *(coeff: IdealInt): VisitorRes

    Permalink
  5. def +(num: IdealInt): VisitorRes

    Permalink
  6. def +(that: VisitorRes): VisitorRes

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def eDiv(divisor: IdealInt): VisitorRes

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def isConstant: Boolean

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val lowerBound: IdealInt

    Permalink
  16. def lowerBoundMin(minimum: IdealInt): IdealInt

    Permalink
  17. def lowerBoundOrElse(that: IdealInt): IdealInt

    Permalink
  18. def modCast(lower: IdealInt, upper: IdealInt, ctxt: VisitorArg): VisitorRes

    Permalink
  19. def modCastHelp(lower: IdealInt, upper: IdealInt, ctxt: VisitorArg): VisitorRes

    Permalink
  20. def modCastPow2(bits: Int, ctxt: VisitorArg): VisitorRes

    Permalink
  21. def modCastSignedPow2(bits: Int, ctxt: VisitorArg): VisitorRes

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. val res: IExpression

    Permalink
  26. def resTerm: ITerm

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

    Permalink
    Definition Classes
    AnyRef
  28. val upperBound: IdealInt

    Permalink
  29. def upperBoundMax(maximum: IdealInt): IdealInt

    Permalink
  30. def upperBoundOrElse(that: IdealInt): IdealInt

    Permalink
  31. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped