Z3
src
api
java
IntSort.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
IntSort
extends
ArithSort
24
{
25
IntSort
(
Context
ctx,
long
obj)
26
{
27
super(ctx, obj);
28
}
29
30
IntSort
(
Context
ctx)
31
{
32
super(ctx,
Native
.
mkIntSort
(ctx.nCtx()));
33
}
34
}
com.microsoft.z3.ArithSort
Definition:
ArithSort.java:23
com.microsoft.z3.Context
Definition:
Context.java:29
com.microsoft.z3.Native
Definition:
Native.java:4
com.microsoft.z3.Native.mkIntSort
static long mkIntSort(long a0)
Definition:
Native.java:903
com.microsoft.z3.IntSort
Definition:
IntSort.java:23
Generated on Sat Nov 12 2016 22:01:04 for Z3 by
1.8.12