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

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

공개 메소드들

메소드 설명
SimpleAssignmentExpression ( LeftValue left, IronRuby.Compiler.Ast.Expression right, string operation, SourceSpan location ) : System

비공개 메소드들

메소드 설명
GetNodeName ( AstGenerator gen ) : string
TransformRead ( AstGenerator gen ) : Expression

메소드 상세

SimpleAssignmentExpression() 공개 메소드

public SimpleAssignmentExpression ( LeftValue left, IronRuby.Compiler.Ast.Expression right, string operation, SourceSpan location ) : System
left LeftValue
right IronRuby.Compiler.Ast.Expression
operation string
location SourceSpan
리턴 System