MCPcopy Create free account
hub / github.com/Z3Prover/z3 / translate

Method translate

src/api/java/Expr.java:223–226  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

translationExampleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected