Z3
src
api
java
BoolSort.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
BoolSort
extends
Sort
24
{
25
BoolSort
(
Context
ctx,
long
obj) { super(ctx, obj); { }}
26
BoolSort
(
Context
ctx) { super(ctx,
Native
.
mkBoolSort
(ctx.nCtx())); { }}
27
};
com.microsoft.z3.Context
Definition:
Context.java:27
com.microsoft.z3.Native
Definition:
Native.java:4
com.microsoft.z3.BoolSort
Definition:
BoolSort.java:23
com.microsoft.z3.Native.mkBoolSort
static long mkBoolSort(long a0)
Definition:
Native.java:888
com.microsoft.z3.Sort
Definition:
Sort.java:26
Generated on Tue Jul 19 2016 21:26:48 for Z3 by
1.8.11