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