C# 클래스 IronPython.Compiler.PythonLightThrowGlobalInstruction

상속: PythonGlobalInstruction
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
PythonLightThrowGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
Run ( InterpretedFrame frame ) : int

메소드 상세

PythonLightThrowGlobalInstruction() 공개 메소드

public PythonLightThrowGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
global IronPython.Compiler.PythonGlobal
리턴 System.Linq.Expressions

Run() 공개 메소드

public Run ( InterpretedFrame frame ) : int
frame Microsoft.Scripting.Interpreter.InterpretedFrame
리턴 int