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

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

공개 메소드들

메소드 설명
LeftValue ( Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic

비공개 메소드들

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

메소드 상세

LeftValue() 공개 메소드

public LeftValue ( Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic
location Microsoft.Scripting.SourceSpan
리턴 System.Collections.Generic