Indicates whether the term is of integer sort. @throws Z3Exception on error @return a boolean
()
| 436 | * @return a boolean |
| 437 | **/ |
| 438 | public boolean isInt() |
| 439 | { |
| 440 | return Native.getSortKind(getContext().nCtx(), Native.getSort(getContext().nCtx(), getNativeObject())) == Z3_sort_kind.Z3_INT_SORT.toInt(); |
| 441 | } |
| 442 | |
| 443 | /** |
| 444 | * Indicates whether the term is of sort real. |
no test coverage detected