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

Method UninterpretedSort

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

Source from the content-addressed store, hash-verified

23public class UninterpretedSort extends Sort
24{
25 UninterpretedSort(Context ctx, long obj)
26 {
27 super(ctx, obj);
28 }
29
30 UninterpretedSort(Context ctx, Symbol s)
31 {

Callers

nothing calls this directly

Calls 3

mkUninterpretedSortMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected