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

Method mkEmptyRe

src/api/java/Context.java:2520–2523  ·  view source on GitHub ↗

Create the empty regular expression. Corresponds to re.none

(ReSort<R> s)

Source from the content-addressed store, hash-verified

2518 * Corresponds to re.none
2519 */
2520 public final <R extends Sort> ReExpr<R> mkEmptyRe(ReSort<R> s)
2521 {
2522 return (ReExpr<R>) Expr.create(this, Native.mkReEmpty(nCtx(), s.getNativeObject()));
2523 }
2524
2525 /**
2526 * Create the full regular expression.

Callers 1

stringExampleMethod · 0.95

Calls 3

createMethod · 0.95
nCtxMethod · 0.95
getNativeObjectMethod · 0.80

Tested by

no test coverage detected