jwrapper: accept interfaces
[nit.git] / c_src / string_search.sep.0.h
1 #include "nit.common.h"
2 val* NEW_array__Array(const struct type* type);
3 extern const struct type type_array__Arraystring_search__Match;
4 #define COLOR_kernel__Object__init 7
5 #define COLOR_string_search__Pattern__search_in 38
6 #define COLOR_kernel__Object___61d_61d 2
7 #define COLOR_string_search__Match___from 1
8 extern const struct type type_kernel__Int;
9 val* NEW_string_search__Match(const struct type* type);
10 extern const struct type type_string_search__Match;
11 #define COLOR_string__Object__to_s 9
12 void string_search__Match__init(val* self, val* p0, long p1, long p2);
13 void array__Array__add(val* self, val* p0);
14 long string_search__Match__after(val* self);
15 #define COLOR_string__FlatText___length 3
16 val* string_search__Pattern__split_in(val* self, val* p0);
17 #define COLOR_string_search__Match___string 0
18 #define COLOR_string_search__Match___length 2
19 val* string__FlatString__substring(val* self, long p0, long p1);
20 val* string_search__Match__to_s(val* self);
21 #define COLOR_string__Text__chars 46
22 #define COLOR_abstract_collection__SequenceRead___91d_93d 46
23 extern const struct class class_kernel__Char;
24 long string_search__Char__search_index_in(char self, val* p0, long p1);
25 val* string_search__Char__search_in(char self, val* p0, long p1);
26 long string_search__Text__search_index_in(val* self, val* p0, long p1);
27 val* string_search__Text__search_in(val* self, val* p0, long p1);
28 #define COLOR_array__Arraystring__Text_VTSELFTYPE 2
29 #define COLOR_array__AbstractArrayRead___length 0
30 void array__Array__with_capacity(val* self, long p0);
31 val* array__AbstractArrayRead__iterator(val* self);
32 short int array__ArrayIterator__is_ok(val* self);
33 val* array__ArrayIterator__item(val* self);
34 #define COLOR_string__Text_VTSELFTYPE 1
35 void array__ArrayIterator__next(val* self);
36 val* string_search__Text__split(val* self, val* p0);
37 val* string_search__Text__split_with(val* self, val* p0);
38 extern const struct type type_array__Arraystring__Text;
39 void array__AbstractArray__push(val* self, val* p0);
40 #define COLOR_string__Text__substring 48
41 val* string__Text__substring_from(val* self, long p0);
42 #define COLOR_array__Arrayarray__Array_FT0 10
43 val* NEW_array__NativeArray(int length, const struct type* type);
44 #define COLOR_array__NativeArrayarray__Array_FT0 0
45 #define COLOR_array__Array__with_native 74
46 void array__Array__with_items(val* self, val* p0);
47 val* string_search__Text__split_once_on(val* self, val* p0);