C# 클래스 IronPython.Compiler.PythonDynamicExpression1

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

공개 메소드들

메소드 설명
PythonDynamicExpression1 ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, Expression arg0 ) : System.Linq.Expressions
Reduce ( ) : Expression

보호된 메소드들

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

메소드 상세

PythonDynamicExpression1() 공개 메소드

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

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 Expression

Rewrite() 보호된 메소드

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