The kind of the sort.
()
| 61 | * The kind of the sort. |
| 62 | **/ |
| 63 | public Z3_sort_kind getSortKind() |
| 64 | { |
| 65 | return Z3_sort_kind.fromInt(Native.getSortKind(getContext().nCtx(), |
| 66 | getNativeObject())); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * The name of the sort |
no test coverage detected