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

Method mkFullRe

src/api/java/Context.java:2529–2532  ·  view source on GitHub ↗

Create the full regular expression. Corresponds to re.all

(ReSort<R> s)

Source from the content-addressed store, hash-verified

2527 * Corresponds to re.all
2528 */
2529 public final <R extends Sort> ReExpr<R> mkFullRe(ReSort<R> s)
2530 {
2531 return (ReExpr<R>) Expr.create(this, Native.mkReFull(nCtx(), s.getNativeObject()));
2532 }
2533
2534 /**
2535 * Create regular expression that accepts all characters

Callers 1

stringExampleMethod · 0.95

Calls 3

createMethod · 0.95
nCtxMethod · 0.95
getNativeObjectMethod · 0.80

Tested by

no test coverage detected