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:24
com.microsoft.z3.Context
Definition:
Context.java:36
com.microsoft.z3.Context.nCtx
long nCtx()
Definition:
Context.java:4008
com.microsoft.z3.Context.mkIntSort
IntSort mkIntSort()
Definition:
Context.java:197
com.microsoft.z3.IntSort
Definition:
IntSort.java:24
Generated on Sat Jun 4 2022 07:10:05 for Z3 by
1.9.3