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

Method getRange

src/api/java/ArraySort.java:56–60  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

54 * @return a sort
55 **/
56 public R getRange()
57 {
58 return (R) Sort.create(getContext(),
59 Native.getArraySortRange(getContext().nCtx(), getNativeObject()));
60 }
61
62 ArraySort(Context ctx, long obj)
63 {

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