Skip to content

Commit 10f1df2

Browse files
committed
Redesigned native functions implementation.
1 parent 25767b5 commit 10f1df2

File tree

1 file changed

+25
-0
lines changed
  • com.ibm.streamsx.regex/com.ibm.streamsx.regex.re2

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
namespace com.ibm.streamsx.regex.re2;
2+
3+
public composite RegexPattern {
4+
type
5+
static type_1 = enum{_1};
6+
static type_2 = enum{_2};
7+
static type_3 = enum{_3};
8+
static type_4 = enum{_4};
9+
static type_5 = enum{_5};
10+
static type_6 = enum{_6};
11+
static type_7 = enum{_7};
12+
static type_8 = enum{_8};
13+
static type_9 = enum{_9};
14+
static type_10 = enum{_10};
15+
static type_11 = enum{_11};
16+
static type_12 = enum{_12};
17+
static type_13 = enum{_13};
18+
static type_14 = enum{_14};
19+
static type_15 = enum{_15};
20+
static type_16 = enum{_16};
21+
static type_17 = enum{_17};
22+
static type_18 = enum{_18};
23+
static type_19 = enum{_19};
24+
static type_20 = enum{_20};
25+
}

0 commit comments

Comments
 (0)