C# Class Microsoft.Scripting.Interpreter.EnterLoopInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Show file Open project: jschementi/iron

Private Properties

Property Type Description
Compile void
EnterLoopInstruction System.Linq.Expressions
FinishLoop void

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
Compile ( object frameObj ) : void
EnterLoopInstruction ( LoopExpression loop, Microsoft.Scripting.Interpreter.LocalVariables locals, int compilationThreshold, int instructionIndex ) : System.Linq.Expressions
FinishLoop ( int loopEnd ) : void

Method Details

Run() public method

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