terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 | |
global::System.Collections.Generic.ValueListBuilder< int > | _emitted |
global::System.Collections.Generic.ValueListBuilder< int > | _intStack |
readonly Dictionary< string, int > | _stringHash |
readonly List< string > | _stringTable |
Hashtable | _caps |
int | _trackCount |
Definition at line 9 of file RegexWriter.cs.