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

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

공개 메소드들

메소드 설명
ArrayItemAccess ( Expression array, Arguments arguments, Block block, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting

비공개 메소드들

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

메소드 상세

ArrayItemAccess() 공개 메소드

public ArrayItemAccess ( Expression array, Arguments arguments, Block block, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting
array Expression
arguments Arguments
block Block
location Microsoft.Scripting.SourceSpan
리턴 Microsoft.Scripting