C# Class Microsoft.Scripting.Interpreter.AssignLocalInstruction

Inheritance: LocalAccessInstruction, IBoxableInstruction
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
BoxIfIndexMatches ( int index ) : Microsoft.Scripting.Interpreter.Instruction
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
AssignLocalInstruction ( int index ) : System.Linq.Expressions

Method Details

BoxIfIndexMatches() public method

public BoxIfIndexMatches ( int index ) : Microsoft.Scripting.Interpreter.Instruction
index int
return Microsoft.Scripting.Interpreter.Instruction

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int