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

Method translate

src/api/java/Sort.java:94–97  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 2

translationExampleMethod · 0.95
translationExampleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected