Z3
src
api
java
BoolExpr.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
BoolExpr
extends
Expr
24
{
28
protected
BoolExpr
(
Context
ctx)
29
{
30
super(ctx);
31
}
32
37
BoolExpr
(
Context
ctx,
long
obj)
throws
Z3Exception
38
{
39
super(ctx, obj);
40
}
41
}
com.microsoft.z3.BoolExpr.BoolExpr
BoolExpr(Context ctx)
Definition:
BoolExpr.java:28
com.microsoft.z3.Expr
Definition:
Expr.java:30
com.microsoft.z3.Context
Definition:
Context.java:27
com.microsoft.z3.Z3Exception
Definition:
Z3Exception.java:25
com.microsoft.z3.BoolExpr
Definition:
BoolExpr.java:23
Generated on Sun May 3 2015 03:06:26 for Z3 by
1.8.9.1