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

Method FiniteDomainSort

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

Source from the content-addressed store, hash-verified

34 }
35
36 FiniteDomainSort(Context ctx, long obj)
37 {
38 super(ctx, obj);
39 }
40
41 FiniteDomainSort(Context ctx, Symbol name, long size)
42 {

Callers

nothing calls this directly

Calls 3

mkFiniteDomainSortMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected