Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.Interpreter.LightLambda.DebugViewPrinter Class Referencesealed

Public Member Functions

 DebugViewPrinter (Interpreter interpreter)
 
override string ToString ()
 

Private Member Functions

void Analyze ()
 
void AddTryStart (int index)
 
void AddHandlerExit (int index)
 
void Indent ()
 
void Dedent ()
 
void EmitExits (StringBuilder sb, int index)
 

Private Attributes

readonly Interpreter _interpreter
 
readonly Dictionary< int, int > _tryStart = new Dictionary<int, int>()
 
readonly Dictionary< int, string_handlerEnter = new Dictionary<int, string>()
 
readonly Dictionary< int, int > _handlerExit = new Dictionary<int, int>()
 
string _indent = " "
 

Detailed Description

Definition at line 14 of file LightLambda.cs.


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