MCPcopy Create free account
hub / github.com/Z3Prover/z3 / IntSort

Method IntSort

src/api/java/IntSort.java:25–28  ·  view source on GitHub ↗
(Context ctx, long obj)

Source from the content-addressed store, hash-verified

23public class IntSort extends ArithSort
24{
25 IntSort(Context ctx, long obj)
26 {
27 super(ctx, obj);
28 }
29
30 IntSort(Context ctx)
31 {

Callers

nothing calls this directly

Calls 2

mkIntSortMethod · 0.80
nCtxMethod · 0.80

Tested by

no test coverage detected