Packages

c

z3.scala

Z3FuncDecl

sealed class Z3FuncDecl extends Z3ASTLike

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Z3FuncDecl
  2. Z3ASTLike
  3. Z3Object
  4. Z3Pointer
  5. AnyRef
  6. 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. def apply(args: Z3AST*): Z3AST
  5. val arity: Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val context: Z3Context
    Definition Classes
    Z3FuncDeclZ3Object
  9. final def decRef(): Unit
    Attributes
    protected[z3]
    Definition Classes
    Z3ASTLikeZ3Object
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: Any): Boolean
    Definition Classes
    Z3FuncDecl → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getDomain(i: Int): Z3Sort
  15. def getDomainSize: Int
  16. lazy val getName: Z3Symbol
  17. lazy val getRange: Z3Sort
  18. def hashCode(): Int
    Definition Classes
    Z3FuncDecl → AnyRef → Any
  19. final def incRef(): Unit
    Attributes
    protected[z3]
    Definition Classes
    Z3ASTLikeZ3Object
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val ptr: Long
    Definition Classes
    Z3FuncDeclZ3ObjectZ3Pointer
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    Z3FuncDecl → AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Z3ASTLike

Inherited from Z3Object

Inherited from Z3Pointer

Inherited from AnyRef

Inherited from Any

Ungrouped