Z3
src
api
java
CharSort.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
CharSort
extends
Sort
24
{
25
CharSort
(
Context
ctx,
long
obj)
26
{
27
super(ctx, obj);
28
}
29
30
CharSort
(
Context
ctx) { super(ctx, Native.
mkCharSort
(ctx.
nCtx
())); { }}
31
32
}
33
com.microsoft.z3.CharSort
Definition:
CharSort.java:24
com.microsoft.z3.Context
Definition:
Context.java:36
com.microsoft.z3.Context.mkCharSort
CharSort mkCharSort()
Definition:
Context.java:170
com.microsoft.z3.Context.nCtx
long nCtx()
Definition:
Context.java:4164
com.microsoft.z3.Sort
Definition:
Sort.java:27
Generated on Mon Dec 11 2023 12:40:39 for Z3 by
1.9.3