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

Public Member Functions

void Run (InterpretedFrame frame)
 

Package Functions

 Interpreter (string name, LocalVariables locals, InstructionArray instructions, DebugInfo[] debugInfos)
 

Package Attributes

readonly object[] _objects
 
readonly RuntimeLabel[] _labels
 
readonly DebugInfo[] _debugInfos
 

Static Package Attributes

static readonly object NoValue = new object()
 

Properties

string Name [get]
 
int LocalCount [get]
 
int ClosureSize [get]
 
InstructionArray Instructions [get]
 
Dictionary< ParameterExpression, LocalVariableClosureVariables [get]
 

Private Attributes

readonly InstructionArray _instructions
 

Detailed Description

Definition at line 6 of file Interpreter.cs.


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