|
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.RegexParser:Static Public Member Functions | |
| static RegexTree | Parse (string re, RegexOptions op) |
| static RegexReplacement | ParseReplacement (string rep, Hashtable caps, int capsize, Hashtable capnames, RegexOptions op) |
| static string | Escape (string input) |
Package Functions | |
| char | RightChar () |
Static Private Member Functions | |
| static int | HexDigit (char ch) |
| static RegexOptions | OptionFromCode (char ch) |
| static bool | IsSpecial (char ch) |
| static bool | IsStopperX (char ch) |
| static bool | IsQuantifier (char ch) |
| static bool | IsSpace (char ch) |
| static bool | IsMetachar (char ch) |
| static | RegexParser () |
Private Attributes | |
| RegexNode | _stack |
| RegexNode | _group |
| RegexNode | _alternation |
| RegexNode | _concatenation |
| RegexNode | _unit |
| string | _pattern |
| int | _currentPos |
| CultureInfo | _culture |
| int | _autocap |
| int | _capcount |
| int | _captop |
| int | _capsize |
| Hashtable | _caps |
| Hashtable | _capnames |
| int[] | _capnumlist |
| List< string > | _capnamelist |
| RegexOptions | _options |
| List< RegexOptions > | _optionsStack |
| bool | _ignoreNextParen |
Static Private Attributes | |
| static readonly byte[] | s_category |
Definition at line 12 of file RegexParser.cs.