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

Method BoolSort

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

Source from the content-addressed store, hash-verified

23public 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};

Callers

nothing calls this directly

Calls 2

mkBoolSortMethod · 0.80
nCtxMethod · 0.80

Tested by

no test coverage detected