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.RegexFCD Struct Reference
+ Collaboration diagram for System.Text.RegularExpressions.RegexFCD:

Public Member Functions

void Dispose ()
 

Static Public Member Functions

static ? RegexPrefix FirstChars (RegexTree t)
 
static RegexPrefix Prefix (RegexTree tree)
 
static int Anchors (RegexTree tree)
 

Private Member Functions

 RegexFCD (Span< int > intStack)
 
void PushInt (int i)
 
bool IntIsEmpty ()
 
int PopInt ()
 
void PushFC (RegexFC fc)
 
bool FCIsEmpty ()
 
RegexFC PopFC ()
 
RegexFC TopFC ()
 
RegexFC RegexFCFromRegexTree (RegexTree tree)
 
void SkipChild ()
 
void CalculateFC (int NodeType, RegexNode node, int CurIndex)
 

Static Private Member Functions

static int AnchorFromType (int type)
 

Private Attributes

readonly List< RegexFC_fcStack
 
ValueListBuilder< int > _intStack
 
bool _skipAllChildren
 
bool _skipchild
 
bool _failed
 

Detailed Description

Definition at line 11 of file RegexFCD.cs.


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