C# 클래스 Microsoft.Scripting.Interpreter.EnterLoopInstruction

상속: Microsoft.Scripting.Interpreter.Instruction
파일 보기 프로젝트 열기: jschementi/iron

Private Properties

프로퍼티 타입 설명
Compile void
EnterLoopInstruction System.Linq.Expressions
FinishLoop void

공개 메소드들

메소드 설명
Run ( InterpretedFrame frame ) : int

비공개 메소드들

메소드 설명
Compile ( object frameObj ) : void
EnterLoopInstruction ( LoopExpression loop, Microsoft.Scripting.Interpreter.LocalVariables locals, int compilationThreshold, int instructionIndex ) : System.Linq.Expressions
FinishLoop ( int loopEnd ) : void

메소드 상세

Run() 공개 메소드

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
리턴 int