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

Method mkReSort

src/api/java/Context.java:267–270  ·  view source on GitHub ↗

Create a new regular expression sort

(R s)

Source from the content-addressed store, hash-verified

265 * Create a new regular expression sort
266 **/
267 public final <R extends Sort> ReSort<R> mkReSort(R s)
268 {
269 return new ReSort<>(this, Native.mkReSort(nCtx(), s.getNativeObject()));
270 }
271
272
273 /**

Callers 1

stringExampleMethod · 0.95

Calls 2

nCtxMethod · 0.95
getNativeObjectMethod · 0.80

Tested by

no test coverage detected