RegexOption.smali
7.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
.class public final enum Lkotlin/text/RegexOption;
.super Ljava/lang/Enum;
.source "Regex.kt"
# interfaces
.implements Lkotlin/text/FlagEnum;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lkotlin/text/RegexOption;",
">;",
"Lkotlin/text/FlagEnum;"
}
.end annotation
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0008\n\u0002\u0008\r\u0008\u0086\u0001\u0018\u00002\u0008\u0012\u0004\u0012\u00020\u00000\u00012\u00020\u0002B\u0019\u0008\u0002\u0012\u0006\u0010\u0003\u001a\u00020\u0004\u0012\u0008\u0008\u0002\u0010\u0005\u001a\u00020\u0004\u00a2\u0006\u0002\u0010\u0006R\u0014\u0010\u0005\u001a\u00020\u0004X\u0096\u0004\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\u0007\u0010\u0008R\u0014\u0010\u0003\u001a\u00020\u0004X\u0096\u0004\u00a2\u0006\u0008\n\u0000\u001a\u0004\u0008\t\u0010\u0008j\u0002\u0008\nj\u0002\u0008\u000bj\u0002\u0008\u000cj\u0002\u0008\rj\u0002\u0008\u000ej\u0002\u0008\u000fj\u0002\u0008\u0010\u00a8\u0006\u0011"
}
d2 = {
"Lkotlin/text/RegexOption;",
"",
"Lkotlin/text/FlagEnum;",
"value",
"",
"mask",
"(Ljava/lang/String;III)V",
"getMask",
"()I",
"getValue",
"IGNORE_CASE",
"MULTILINE",
"LITERAL",
"UNIX_LINES",
"COMMENTS",
"DOT_MATCHES_ALL",
"CANON_EQ",
"kotlin-stdlib"
}
k = 0x1
mv = {
0x1,
0x1,
0xf
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lkotlin/text/RegexOption;
.field public static final enum CANON_EQ:Lkotlin/text/RegexOption;
.field public static final enum COMMENTS:Lkotlin/text/RegexOption;
.field public static final enum DOT_MATCHES_ALL:Lkotlin/text/RegexOption;
.field public static final enum IGNORE_CASE:Lkotlin/text/RegexOption;
.field public static final enum LITERAL:Lkotlin/text/RegexOption;
.field public static final enum MULTILINE:Lkotlin/text/RegexOption;
.field public static final enum UNIX_LINES:Lkotlin/text/RegexOption;
# instance fields
.field private final mask:I
.field private final value:I
# direct methods
.method static constructor <clinit>()V
.locals 16
const/4 v0, 0x7
new-array v0, v0, [Lkotlin/text/RegexOption;
new-instance v8, Lkotlin/text/RegexOption;
const-string v2, "IGNORE_CASE"
const/4 v3, 0x0
const/4 v4, 0x2
const/4 v5, 0x0
const/4 v6, 0x2
const/4 v7, 0x0
move-object v1, v8
.line 33
invoke-direct/range {v1 .. v7}, Lkotlin/text/RegexOption;-><init>(Ljava/lang/String;IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v8, Lkotlin/text/RegexOption;->IGNORE_CASE:Lkotlin/text/RegexOption;
const/4 v1, 0x0
aput-object v8, v0, v1
new-instance v1, Lkotlin/text/RegexOption;
const-string v10, "MULTILINE"
const/4 v11, 0x1
const/16 v12, 0x8
const/4 v13, 0x0
const/4 v14, 0x2
const/4 v15, 0x0
move-object v9, v1
.line 39
invoke-direct/range {v9 .. v15}, Lkotlin/text/RegexOption;-><init>(Ljava/lang/String;IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v1, Lkotlin/text/RegexOption;->MULTILINE:Lkotlin/text/RegexOption;
const/4 v2, 0x1
aput-object v1, v0, v2
new-instance v1, Lkotlin/text/RegexOption;
const-string v4, "LITERAL"
const/4 v5, 0x2
const/16 v6, 0x10
const/4 v7, 0x0
const/4 v8, 0x2
const/4 v9, 0x0
move-object v3, v1
.line 47
invoke-direct/range {v3 .. v9}, Lkotlin/text/RegexOption;-><init>(Ljava/lang/String;IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v1, Lkotlin/text/RegexOption;->LITERAL:Lkotlin/text/RegexOption;
const/4 v2, 0x2
aput-object v1, v0, v2
new-instance v1, Lkotlin/text/RegexOption;
const-string v4, "UNIX_LINES"
const/4 v5, 0x3
const/4 v6, 0x1
move-object v3, v1
.line 54
invoke-direct/range {v3 .. v9}, Lkotlin/text/RegexOption;-><init>(Ljava/lang/String;IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v1, Lkotlin/text/RegexOption;->UNIX_LINES:Lkotlin/text/RegexOption;
const/4 v2, 0x3
aput-object v1, v0, v2
new-instance v1, Lkotlin/text/RegexOption;
const-string v4, "COMMENTS"
const/4 v5, 0x4
const/4 v6, 0x4
move-object v3, v1
.line 57
invoke-direct/range {v3 .. v9}, Lkotlin/text/RegexOption;-><init>(Ljava/lang/String;IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v1, Lkotlin/text/RegexOption;->COMMENTS:Lkotlin/text/RegexOption;
const/4 v2, 0x4
aput-object v1, v0, v2
new-instance v1, Lkotlin/text/RegexOption;
const-string v4, "DOT_MATCHES_ALL"
const/4 v5, 0x5
const/16 v6, 0x20
move-object v3, v1
.line 60
invoke-direct/range {v3 .. v9}, Lkotlin/text/RegexOption;-><init>(Ljava/lang/String;IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v1, Lkotlin/text/RegexOption;->DOT_MATCHES_ALL:Lkotlin/text/RegexOption;
const/4 v2, 0x5
aput-object v1, v0, v2
new-instance v1, Lkotlin/text/RegexOption;
const-string v4, "CANON_EQ"
const/4 v5, 0x6
const/16 v6, 0x80
move-object v3, v1
.line 63
invoke-direct/range {v3 .. v9}, Lkotlin/text/RegexOption;-><init>(Ljava/lang/String;IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v1, Lkotlin/text/RegexOption;->CANON_EQ:Lkotlin/text/RegexOption;
const/4 v2, 0x6
aput-object v1, v0, v2
sput-object v0, Lkotlin/text/RegexOption;->$VALUES:[Lkotlin/text/RegexOption;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;III)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(II)V"
}
.end annotation
.line 29
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
iput p3, p0, Lkotlin/text/RegexOption;->value:I
iput p4, p0, Lkotlin/text/RegexOption;->mask:I
return-void
.end method
.method synthetic constructor <init>(Ljava/lang/String;IIIILkotlin/jvm/internal/DefaultConstructorMarker;)V
.locals 0
and-int/lit8 p5, p5, 0x2
if-eqz p5, :cond_0
move p4, p3
.line 29
:cond_0
invoke-direct {p0, p1, p2, p3, p4}, Lkotlin/text/RegexOption;-><init>(Ljava/lang/String;III)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lkotlin/text/RegexOption;
.locals 1
const-class v0, Lkotlin/text/RegexOption;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lkotlin/text/RegexOption;
return-object p0
.end method
.method public static values()[Lkotlin/text/RegexOption;
.locals 1
sget-object v0, Lkotlin/text/RegexOption;->$VALUES:[Lkotlin/text/RegexOption;
invoke-virtual {v0}, [Lkotlin/text/RegexOption;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lkotlin/text/RegexOption;
return-object v0
.end method
# virtual methods
.method public getMask()I
.locals 1
.line 29
iget v0, p0, Lkotlin/text/RegexOption;->mask:I
return v0
.end method
.method public getValue()I
.locals 1
.line 29
iget v0, p0, Lkotlin/text/RegexOption;->value:I
return v0
.end method