Translates (copies) the term to the Context ctx. @param ctx A context @return A copy of the term which is associated with ctx @throws Z3Exception on error
(Context ctx)
| 221 | * @throws Z3Exception on error |
| 222 | **/ |
| 223 | public Expr<R> translate(Context ctx) |
| 224 | { |
| 225 | return (Expr<R>) super.translate(ctx); |
| 226 | } |
| 227 | |
| 228 | /** |
| 229 | * Returns a string representation of the expression. |