z3.scala

TheoryProxy

class TheoryProxy extends AbstractTheoryProxy

This class serves as a router for calls from Z3 to the Scala Z3Theory instances. Instances of TheoryProxy are automatically created and should not be managed by the user. Their methods should not be called manually.

Attributes
sealed
Linear Supertypes
AbstractTheoryProxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TheoryProxy
  2. AbstractTheoryProxy
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def delete (tPtr: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalCheck (tPtr: Long): Boolean

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  15. def initSearch (tPtr: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def newApp (tPtr: Long, appPtr: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  19. def newAssignment (tPtr: Long, pred: Long, polarity: Boolean): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  20. def newDiseq (tPtr: Long, t1: Long, t2: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  21. def newElem (tPtr: Long, elemPtr: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  22. def newEq (tPtr: Long, t1: Long, t2: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  23. def newRelevant (tPtr: Long, t: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def pop (tPtr: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  27. def push (tPtr: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  28. def reduceApp (tPtr: Long, fdPtr: Long, argc: Int, args: Array[Long], out: Pointer): Boolean

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  29. def reduceDistinct (tPtr: Long, argc: Int, args: Array[Long], out: Pointer): Boolean

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  30. def reduceEq (tPtr: Long, t1: Long, t2: Long, out: Pointer): Boolean

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  31. def reset (tPtr: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  32. def restart (tPtr: Long): Unit

    Definition Classes
    TheoryProxyAbstractTheoryProxy
  33. def showCalls (show: Boolean, prefix: String): Unit

    Attributes
    final
  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

    Definition Classes
    AnyRef → Any
  36. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractTheoryProxy

Inherited from AnyRef

Inherited from Any