C# 클래스 IronPython.Compiler.PythonDynamicExpression3

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2 ) : Expression

메소드 상세

AddInstructions() 공개 메소드

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

PythonDynamicExpression3() 공개 메소드

public PythonDynamicExpression3 ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, Expression arg0, Expression arg1, Expression arg2 ) : System.Linq.Expressions
binder System.Runtime.CompilerServices.CallSiteBinder
mode CompilationMode
arg0 Expression
arg1 Expression
arg2 Expression
리턴 System.Linq.Expressions

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 Expression

Rewrite() 보호된 메소드

protected Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2 ) : Expression
binder System.Runtime.CompilerServices.CallSiteBinder
arg0 Expression
arg1 Expression
arg2 Expression
리턴 Expression