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

Method mkToRe

src/api/java/Context.java:2399–2403  ·  view source on GitHub ↗

Convert a regular expression that accepts sequence s.

(Expr<SeqSort<R>> s)

Source from the content-addressed store, hash-verified

2397 * Convert a regular expression that accepts sequence s.
2398 */
2399 public final <R extends Sort> ReExpr<SeqSort<R>> mkToRe(Expr<SeqSort<R>> s)
2400 {
2401 checkContextMatch(s);
2402 return (ReExpr<SeqSort<R>>) Expr.create(this, Native.mkSeqToRe(nCtx(), s.getNativeObject()));
2403 }
2404
2405
2406 /**

Callers 1

stringExampleMethod · 0.95

Calls 4

checkContextMatchMethod · 0.95
createMethod · 0.95
nCtxMethod · 0.95
getNativeObjectMethod · 0.80

Tested by

no test coverage detected