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 | |
RegexCode (int[] codes, List< string > stringlist, int trackcount, Hashtable caps, int capsize, RegexBoyerMoore bmPrefix, RegexPrefix? fcPrefix, int anchors, bool rightToLeft) | |
Static Public Member Functions | |
static bool | OpcodeBacktracks (int Op) |
Public Attributes | |
readonly int[] | Codes |
readonly string[] | Strings |
readonly int | TrackCount |
readonly Hashtable | Caps |
readonly int | CapSize |
readonly? RegexPrefix | FCPrefix |
readonly RegexBoyerMoore | BMPrefix |
readonly int | Anchors |
readonly bool | RightToLeft |
Definition at line 9 of file RegexCode.cs.