terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
RegexNode.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000BD")]
11 internal sealed class RegexNode
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000400")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1EBB978", Offset = "0x1EBB978", Length = "0x30")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 public RegexNode(int type, RegexOptions options)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000401")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1EBB9A8", Offset = "0x1EBB9A8", Length = "0x40")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
27 public RegexNode(int type, RegexOptions options, char ch)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000402")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1EBB9E8", Offset = "0x1EBB9E8", Length = "0x40")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
36 public RegexNode(int type, RegexOptions options, string str)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000403")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1EBBA28", Offset = "0x1EBBA28", Length = "0x40")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
45 public RegexNode(int type, RegexOptions options, int m)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6000404")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1EBBA68", Offset = "0x1EBBA68", Length = "0x44")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
54 public RegexNode(int type, RegexOptions options, int m, int n)
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6000405")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1EBBAAC", Offset = "0x1EBBAAC", Length = "0xC")]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 public bool UseOptionR()
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x6000406")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1EBBAB8", Offset = "0x1EBBAB8", Length = "0x7C")]
69 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "AddAlternate", ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "AddGroup", ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Reverse", MemberParameters = new object[]
74 {
75 typeof(int),
76 typeof(int)
77 }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000407")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1EBBB34", Offset = "0x1EBBB34", Length = "0x18")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 private void MakeRep(int type, int min, int max)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6000408")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1EBBB4C", Offset = "0x1EBBB4C", Length = "0x78")]
94 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "AddChild", MemberParameters = new object[] { typeof(RegexNode) }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "ReduceRep", ReturnType = typeof(RegexNode))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "Child", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(RegexNode))]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "ReduceSet", ReturnType = typeof(RegexNode))]
100 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "ReduceConcatenation", ReturnType = typeof(RegexNode))]
101 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
103 {
104 throw null;
105 }
106
107 [global::Cpp2ILInjected.Token(Token = "0x6000409")]
108 [global::Cpp2ILInjected.Address(RVA = "0x1EBC56C", Offset = "0x1EBC56C", Length = "0xB4")]
109 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "ReduceAlternation", ReturnType = typeof(RegexNode))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "ReduceConcatenation", ReturnType = typeof(RegexNode))]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "Child", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(RegexNode))]
115 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
117 {
118 throw null;
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x600040A")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1EBC42C", Offset = "0x1EBC42C", Length = "0x24")]
123 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "Child", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(RegexNode))]
127 {
128 throw null;
129 }
130
131 [global::Cpp2ILInjected.Token(Token = "0x600040B")]
132 [global::Cpp2ILInjected.Address(RVA = "0x1EBC2AC", Offset = "0x1EBC2AC", Length = "0x180")]
133 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "Reduce", ReturnType = typeof(RegexNode))]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "Child", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(RegexNode))]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
138 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
140 {
141 throw null;
142 }
143
144 [global::Cpp2ILInjected.Token(Token = "0x600040C")]
145 [global::Cpp2ILInjected.Address(RVA = "0x1EBC450", Offset = "0x1EBC450", Length = "0x11C")]
146 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "Reduce", ReturnType = typeof(RegexNode))]
148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "IsEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "IsSingleton", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "SingletonChar", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(char))]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "IsSingletonInverse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
153 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
155 {
156 throw null;
157 }
158
159 [global::Cpp2ILInjected.Token(Token = "0x600040D")]
160 [global::Cpp2ILInjected.Address(RVA = "0x1EBBBC4", Offset = "0x1EBBBC4", Length = "0x394")]
161 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
162 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
164 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "set_Item", MemberParameters = new object[]
165 {
166 typeof(int),
167 typeof(object)
168 }, ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "InsertRange", MemberParameters = new object[]
170 {
171 typeof(int),
173 }, ReturnType = typeof(void))]
174 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "IsMergeable", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = ".ctor", ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "AddChar", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(RegexCharClass))]
178 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "AddCharClass", MemberParameters = new object[] { typeof(RegexCharClass) }, ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexCharClass), Member = "ToStringClass", ReturnType = typeof(string))]
180 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "RemoveRange", MemberParameters = new object[]
181 {
182 typeof(int),
183 typeof(int)
184 }, ReturnType = typeof(void))]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "StripEnation", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(RegexNode))]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
187 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
189 {
190 throw null;
191 }
192
193 [global::Cpp2ILInjected.Token(Token = "0x600040E")]
194 [global::Cpp2ILInjected.Address(RVA = "0x1EBBF58", Offset = "0x1EBBF58", Length = "0x354")]
195 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
196 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "Reduce", ReturnType = typeof(RegexNode))]
197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "set_Item", MemberParameters = new object[]
200 {
201 typeof(int),
202 typeof(object)
203 }, ReturnType = typeof(void))]
204 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
205 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Convert), Member = "ToString", MemberParameters = new object[]
206 {
207 typeof(char),
209 }, ReturnType = typeof(string))]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "ToString", ReturnType = typeof(string))]
211 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "InsertRange", MemberParameters = new object[]
212 {
213 typeof(int),
215 }, ReturnType = typeof(void))]
216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
217 {
218 typeof(string),
219 typeof(string)
220 }, ReturnType = typeof(string))]
221 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "RemoveRange", MemberParameters = new object[]
222 {
223 typeof(int),
224 typeof(int)
225 }, ReturnType = typeof(void))]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "StripEnation", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(RegexNode))]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
228 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
230 {
231 throw null;
232 }
233
234 [global::Cpp2ILInjected.Token(Token = "0x600040F")]
235 [global::Cpp2ILInjected.Address(RVA = "0x1EBC620", Offset = "0x1EBC620", Length = "0x110")]
236 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "ScanRegex", ReturnType = typeof(RegexNode))]
238 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "AddConcatenate", MemberParameters = new object[]
239 {
240 typeof(bool),
241 typeof(int),
242 typeof(int)
243 }, ReturnType = typeof(void))]
244 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "AddChild", MemberParameters = new object[] { typeof(RegexNode) }, ReturnType = typeof(void))]
247 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
248 public RegexNode MakeQuantifier(bool lazy, int min, int max)
249 {
250 throw null;
251 }
252
253 [global::Cpp2ILInjected.Token(Token = "0x6000410")]
254 [global::Cpp2ILInjected.Address(RVA = "0x1EBC730", Offset = "0x1EBC730", Length = "0x100")]
255 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "MakeQuantifier", MemberParameters = new object[]
257 {
258 typeof(bool),
259 typeof(int),
260 typeof(int)
261 }, ReturnType = typeof(RegexNode))]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "ScanRegex", ReturnType = typeof(RegexNode))]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "ScanReplacement", ReturnType = typeof(RegexNode))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "AddConcatenate", MemberParameters = new object[]
265 {
266 typeof(int),
267 typeof(int),
268 typeof(bool)
269 }, ReturnType = typeof(void))]
270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "PopGroup", ReturnType = typeof(void))]
271 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "AddAlternate", ReturnType = typeof(void))]
272 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "AddConcatenate", ReturnType = typeof(void))]
273 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "AddConcatenate", MemberParameters = new object[]
274 {
275 typeof(bool),
276 typeof(int),
277 typeof(int)
278 }, ReturnType = typeof(void))]
279 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexParser), Member = "AddGroup", ReturnType = typeof(void))]
280 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
281 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RegexNode), Member = "Reduce", ReturnType = typeof(RegexNode))]
283 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
285 {
286 throw null;
287 }
288
289 [global::Cpp2ILInjected.Token(Token = "0x6000411")]
290 [global::Cpp2ILInjected.Address(RVA = "0x1EB840C", Offset = "0x1EB840C", Length = "0x58")]
291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexFCD), Member = "Prefix", MemberParameters = new object[] { typeof(RegexTree) }, ReturnType = typeof(RegexPrefix))]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexFCD), Member = "Anchors", MemberParameters = new object[] { typeof(RegexTree) }, ReturnType = typeof(int))]
293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "Reduce", ReturnType = typeof(RegexNode))]
294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "StripEnation", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(RegexNode))]
295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "ReduceGroup", ReturnType = typeof(RegexNode))]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexNode), Member = "ReduceRep", ReturnType = typeof(RegexNode))]
297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexReplacement), Member = ".ctor", MemberParameters = new object[]
298 {
299 typeof(string),
302 }, ReturnType = typeof(void))]
303 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
304 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
305 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
306 public RegexNode Child(int i)
307 {
308 throw null;
309 }
310
311 [global::Cpp2ILInjected.Token(Token = "0x6000412")]
312 [global::Cpp2ILInjected.Address(RVA = "0x1EB83C0", Offset = "0x1EB83C0", Length = "0x4C")]
313 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
314 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
315 public int ChildCount()
316 {
317 throw null;
318 }
319
320 [global::Cpp2ILInjected.Token(Token = "0x6000413")]
321 [global::Cpp2ILInjected.Address(RVA = "0x1EBC830", Offset = "0x1EBC830", Length = "0x8")]
322 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
323 public int Type()
324 {
325 throw null;
326 }
327
328 [global::Cpp2ILInjected.Token(Token = "0x4000339")]
329 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
330 public int NType;
331
332 [global::Cpp2ILInjected.Token(Token = "0x400033A")]
333 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
335
336 [global::Cpp2ILInjected.Token(Token = "0x400033B")]
337 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
338 public string Str;
339
340 [global::Cpp2ILInjected.Token(Token = "0x400033C")]
341 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
342 public char Ch;
343
344 [global::Cpp2ILInjected.Token(Token = "0x400033D")]
345 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
346 public int M;
347
348 [global::Cpp2ILInjected.Token(Token = "0x400033E")]
349 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
350 public int N;
351
352 [global::Cpp2ILInjected.Token(Token = "0x400033F")]
353 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
355
356 [global::Cpp2ILInjected.Token(Token = "0x4000340")]
357 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
359 }
360}
class f__AnonymousType0<< Count > j__TPar
RegexNode(int type, RegexOptions options, string str)
Definition RegexNode.cs:36
RegexNode(int type, RegexOptions options, int m)
Definition RegexNode.cs:45
RegexNode(int type, RegexOptions options, int m, int n)
Definition RegexNode.cs:54
RegexNode(int type, RegexOptions options, char ch)
Definition RegexNode.cs:27
RegexNode StripEnation(int emptyType)
Definition RegexNode.cs:116
RegexNode MakeQuantifier(bool lazy, int min, int max)
Definition RegexNode.cs:248
void AddChild(RegexNode newChild)
Definition RegexNode.cs:284
void MakeRep(int type, int min, int max)
Definition RegexNode.cs:87
RegexNode(int type, RegexOptions options)
Definition RegexNode.cs:17