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

Method mkSeqSort

src/api/java/Context.java:259–262  ·  view source on GitHub ↗

Create a new sequence sort

(R s)

Source from the content-addressed store, hash-verified

257 * Create a new sequence sort
258 **/
259 public final <R extends Sort> SeqSort<R> mkSeqSort(R s)
260 {
261 return new SeqSort<>(this, Native.mkSeqSort(nCtx(), s.getNativeObject()));
262 }
263
264 /**
265 * Create a new regular expression sort

Callers 1

mainMethod · 0.95

Calls 2

nCtxMethod · 0.95
getNativeObjectMethod · 0.80

Tested by

no test coverage detected