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
Loading...
Searching...
No Matches
System.Text.RegularExpressions.RegexNode Class Referencesealed
+ Collaboration diagram for System.Text.RegularExpressions.RegexNode:

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< RegexNodeChildren
 
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 ()
 

Detailed Description

Definition at line 11 of file RegexNode.cs.


The documentation for this class was generated from the following file: