C# 클래스 IronPython.Compiler.PythonDynamicExpressionN

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

공개 메소드들

메소드 설명
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
PythonDynamicExpressionN ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, IList args ) : System.Linq.Expressions
Reduce ( ) : Expression

보호된 메소드들

메소드 설명
Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, IList args ) : Expression

메소드 상세

AddInstructions() 공개 메소드

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

PythonDynamicExpressionN() 공개 메소드

public PythonDynamicExpressionN ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, IList args ) : System.Linq.Expressions
binder System.Runtime.CompilerServices.CallSiteBinder
mode CompilationMode
args IList
리턴 System.Linq.Expressions

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 Expression

Rewrite() 보호된 메소드

protected Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, IList args ) : Expression
binder System.Runtime.CompilerServices.CallSiteBinder
args IList
리턴 Expression