C# 클래스 IronPython.Compiler.Ast.GetParentContextFromFunctionExpression

상속: System.Linq.Expressions.Expression, IInstructionProvider
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
Reduce ( ) : Expression

메소드 상세

AddInstructions() 공개 메소드

public AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
compiler Microsoft.Scripting.Interpreter.LightCompiler
리턴 void

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 System.Linq.Expressions.Expression