Z3
src
api
java
BitVecSort.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
BitVecSort
extends
Sort
24
{
30
public
int
getSize
()
31
{
32
return
Native
.
getBvSortSize
(getContext().nCtx(), getNativeObject());
33
}
34
35
BitVecSort
(
Context
ctx,
long
obj)
36
{
37
super(ctx, obj);
38
}
39
};
com.microsoft.z3.BitVecSort.getSize
int getSize()
Definition:
BitVecSort.java:30
com.microsoft.z3.Context
Definition:
Context.java:29
com.microsoft.z3.Native
Definition:
Native.java:4
com.microsoft.z3.BitVecSort
Definition:
BitVecSort.java:23
com.microsoft.z3.Native.getBvSortSize
static int getBvSortSize(long a0, long a1)
Definition:
Native.java:2357
com.microsoft.z3.Sort
Definition:
Sort.java:26
Generated on Sat Nov 12 2016 23:18:40 for Z3 by
1.8.12