Packages

sealed class Z3Model extends Z3Object

Linear Supertypes
Z3Object, Z3Pointer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Z3Model
  2. Z3Object
  3. Z3Pointer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val context: Z3Context
    Definition Classes
    Z3ModelZ3Object
  7. def decRef(): Unit
    Definition Classes
    Z3ModelZ3Object
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def eval(ast: Z3AST, completion: Boolean = false): Option[Z3AST]
  11. def evalAs[T](input: Z3AST)(implicit converter: (Z3Model, Z3AST) ⇒ Option[T]): Option[T]
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getArrayValue(ast: Z3AST): Option[(Map[Z3AST, Z3AST], Z3AST)]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getConstInterpretation(name: String): Option[Z3AST]
  16. def getConstInterpretations: Iterator[(Z3FuncDecl, Z3AST)]
  17. def getConsts: Iterator[Z3FuncDecl]
  18. def getFuncInterpretation(fd: Z3FuncDecl): Option[(Seq[(Seq[Z3AST], Z3AST)], Z3AST)]
  19. def getFuncInterpretations: Iterator[(Z3FuncDecl, Seq[(Seq[Z3AST], Z3AST)], Z3AST)]
  20. def getSetValue(ast: Z3AST): Option[(Set[Z3AST], Boolean)]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def incRef(): Unit
    Definition Classes
    Z3ModelZ3Object
  23. def isArrayValue(ast: Z3AST): Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val ptr: Long
    Definition Classes
    Z3ModelZ3ObjectZ3Pointer
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Z3Model → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Z3Object

Inherited from Z3Pointer

Inherited from AnyRef

Inherited from Any

Ungrouped