Z3
src
api
java
BitVecExpr.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
BitVecExpr
extends
Expr
24
{
25
30
public
int
getSortSize
() throws
Z3Exception
31
{
32
return
((
BitVecSort
)
getSort
()).getSize();
33
}
34
38
BitVecExpr
(
Context
ctx)
39
{
40
super(ctx);
41
}
42
43
BitVecExpr(Context ctx,
long
obj)
throws
Z3Exception
44
{
45
super(ctx, obj);
46
}
47
}
com.microsoft.z3.BitVecExpr
Definition:
BitVecExpr.java:23
com.microsoft.z3.Expr
Definition:
Expr.java:30
com.microsoft.z3.Context
Definition:
Context.java:27
com.microsoft.z3.BitVecSort
Definition:
BitVecSort.java:23
com.microsoft.z3.BitVecExpr.getSortSize
int getSortSize()
Definition:
BitVecExpr.java:30
com.microsoft.z3.Z3Exception
Definition:
Z3Exception.java:25
com.microsoft.z3.Expr.getSort
Sort getSort()
Definition:
Expr.java:206
Generated on Sat Apr 25 2015 18:37:49 for Z3 by
1.8.9.1