The range of the array sort. @throws Z3Exception @throws Z3Exception on error @return a sort
()
| 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 | { |
nothing calls this directly
no test coverage detected