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
|
Public Member Functions | |
RegexNode (int type, RegexOptions options) | |
RegexNode (int type, RegexOptions options, char ch) | |
RegexNode (int type, RegexOptions options, string str) | |
RegexNode (int type, RegexOptions options, int m) | |
RegexNode (int type, RegexOptions options, int m, int n) | |
bool | UseOptionR () |
RegexNode | ReverseLeft () |
RegexNode | MakeQuantifier (bool lazy, int min, int max) |
void | AddChild (RegexNode newChild) |
RegexNode | Child (int i) |
int | ChildCount () |
int | Type () |
Public Attributes | |
int | NType |
List< RegexNode > | Children |
string | Str |
char | Ch |
int | M |
int | N |
readonly RegexOptions | Options |
RegexNode | Next |
Private Member Functions | |
void | MakeRep (int type, int min, int max) |
RegexNode | Reduce () |
RegexNode | StripEnation (int emptyType) |
RegexNode | ReduceGroup () |
RegexNode | ReduceRep () |
RegexNode | ReduceSet () |
RegexNode | ReduceAlternation () |
RegexNode | ReduceConcatenation () |
Definition at line 11 of file RegexNode.cs.