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

Method getDomain

src/api/java/ArraySort.java:32–36  ·  view source on GitHub ↗

The domain of the array sort. @throws Z3Exception @throws Z3Exception on error @return a sort

()

Source from the content-addressed store, hash-verified

30 * @return a sort
31 **/
32 public D getDomain()
33 {
34 return (D) Sort.create(getContext(),
35 Native.getArraySortDomain(getContext().nCtx(), getNativeObject()));
36 }
37
38 /**
39 * The domain of a multi-dimensional array sort.

Callers

nothing calls this directly

Calls 4

createMethod · 0.95
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected