The Sort of the term. @throws Z3Exception on error @return a sort
()
| 261 | * @return a sort |
| 262 | **/ |
| 263 | public R getSort() |
| 264 | { |
| 265 | return (R) Sort.create(getContext(), |
| 266 | Native.getSort(getContext().nCtx(), getNativeObject())); |
| 267 | } |
| 268 | |
| 269 | /** |
| 270 | * Indicates whether the term represents a constant. |
no test coverage detected