C# Class Microsoft.Scripting.Interpreter.InitializeLocalInstruction.Reference

Inheritance: InitializeLocalInstruction, 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
Reference ( 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