Create the empty regular expression. Corresponds to re.none
(ReSort<R> s)
| 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. |
no test coverage detected