|
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
|
Collaboration diagram for System.Text.RegularExpressions.RegexWriter:Public Member Functions | |
| void | Dispose () |
| RegexCode | RegexCodeFromRegexTree (RegexTree tree) |
Static Public Member Functions | |
| static RegexCode | Write (RegexTree tree) |
Private Member Functions | |
| RegexWriter (Span< int > emittedSpan, Span< int > intStackSpan) | |
| void | PatchJump (int offset, int jumpDest) |
| void | Emit (int op) |
| void | Emit (int op, int opd1) |
| void | Emit (int op, int opd1, int opd2) |
| int | StringCode (string str) |
| int | MapCapnum (int capnum) |
| void | EmitFragment (int nodetype, RegexNode node, int curIndex) |
Private Attributes | |
| ValueListBuilder< int > | _emitted |
| ValueListBuilder< int > | _intStack |
| readonly Dictionary< string, int > | _stringHash |
| readonly List< string > | _stringTable |
| Hashtable | _caps |
| int | _trackCount |
Definition at line 11 of file RegexWriter.cs.