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

상속: Expression
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
MemberExpression ( Expression target, string name ) : System
Reduce ( ) : Expression
ToString ( ) : string
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

비공개 메소드들

메소드 설명
CheckAssign ( ) : string
CheckDelete ( ) : string
SetMemberOperator ( System.Linq.Expressions right, PythonOperationKind op, System.Linq.Expressions temp ) : Expression
TransformDelete ( ) : Expression
TransformSet ( Microsoft.Scripting.SourceSpan span, System.Linq.Expressions right, PythonOperationKind op ) : Expression

메소드 상세

MemberExpression() 공개 메소드

public MemberExpression ( Expression target, string name ) : System
target Expression
name string
리턴 System

Reduce() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Walk() 공개 메소드

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
리턴 void