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