Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
readonly (string CharClass, bool CaseInsensitive)[] LeadingCharClasses | |
RegexCode (RegexTree tree, int[] codes, string[] strings, int trackcount, Hashtable caps, int capsize, RegexBoyerMoore boyerMoorePrefix,(string CharClass, bool CaseInsensitive)[] leadingCharClasses, int leadingAnchor, bool rightToLeft) | |
Static Public Member Functions | |
static bool | OpcodeBacktracks (int Op) |
static int | OpcodeSize (int opcode) |
Public Attributes | |
readonly RegexTree | Tree |
readonly int[] | Codes |
readonly string[] | Strings |
readonly int[][] | StringsAsciiLookup |
readonly int | TrackCount |
readonly Hashtable | Caps |
readonly int | CapSize |
int[] | LeadingCharClassAsciiLookup |
readonly RegexBoyerMoore | BoyerMoorePrefix |
readonly int | LeadingAnchor |
readonly bool | RightToLeft |
Definition at line 5 of file RegexCode.cs.