Translates (copies) the sort to the Context ctx. @param ctx A context @return A copy of the sort which is associated with ctx @throws Z3Exception on error
(Context ctx)
| 92 | * @throws Z3Exception on error |
| 93 | **/ |
| 94 | public Sort translate(Context ctx) |
| 95 | { |
| 96 | return (Sort) super.translate(ctx); |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Sort constructor |
no outgoing calls
no test coverage detected