terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Text.RegularExpressions.RegexWriter Struct Reference

Public Member Functions

void Dispose ()
 
RegexCode RegexCodeFromRegexTree (RegexTree tree)
 

Static Public Member Functions

static RegexCode Write (RegexTree tree)
 

Private Member Functions

 RegexWriter (Span< int > emittedSpan, Span< int > intStackSpan)
 
void PatchJump (int offset, int jumpDest)
 
void Emit (int op)
 
void Emit (int op, int opd1)
 
void Emit (int op, int opd1, int opd2)
 
int StringCode (string str)
 
int MapCapnum (int capnum)
 
void EmitFragment (int nodetype, RegexNode node, int curIndex)
 

Private Attributes

global::System.Collections.Generic.ValueListBuilder< int > _emitted
 
global::System.Collections.Generic.ValueListBuilder< int > _intStack
 
readonly Dictionary< string, int > _stringHash
 
readonly List< string > _stringTable
 
Hashtable _caps
 
int _trackCount
 

Detailed Description

Definition at line 9 of file RegexWriter.cs.


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