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

Public Member Functions

override int Run (InterpretedFrame frame)
 
RuntimeLabel GetLabel (InterpretedFrame frame)
 
override string ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects)
 
override string ToString ()
 

Static Protected Member Functions

static void NullCheck (object o)
 

Static Package Functions

static EnterFinallyInstruction Create (int labelIndex)
 

Package Attributes

readonly int _labelIndex
 

Properties

override string InstructionName [get]
 
override int ProducedStack [get]
 
override int ConsumedContinuations [get]
 
virtual int ConsumedStack [get]
 
virtual int ProducedContinuations [get]
 
int StackBalance [get]
 
int ContinuationsBalance [get]
 

Private Member Functions

 EnterFinallyInstruction (int labelIndex)
 

Static Private Attributes

static readonly EnterFinallyInstruction[] s_cache = new EnterFinallyInstruction[32]
 

Detailed Description

Definition at line 3 of file EnterFinallyInstruction.cs.


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