C# 클래스 IronRuby.Compiler.Ast.AttributeAccess

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

공개 메소드들

메소드 설명
AttributeAccess ( Expression qualifier, string name, Microsoft.Scripting.SourceSpan location ) : System.Dynamic

비공개 메소드들

메소드 설명
GetNodeName ( AstGenerator gen ) : string
TransformRead ( AstGenerator gen, System.Linq.Expressions targetValue, bool tryRead ) : Expression
TransformTargetRead ( AstGenerator gen ) : Expression
TransformWrite ( AstGenerator gen, System.Linq.Expressions targetValue, System.Linq.Expressions rightValue ) : Expression

메소드 상세

AttributeAccess() 공개 메소드

public AttributeAccess ( Expression qualifier, string name, Microsoft.Scripting.SourceSpan location ) : System.Dynamic
qualifier Expression
name string
location Microsoft.Scripting.SourceSpan
리턴 System.Dynamic