C# Class IronRuby.Compiler.Ast.SimpleAssignmentExpression

Exibir arquivo Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
SimpleAssignmentExpression ( LeftValue left, IronRuby.Compiler.Ast.Expression right, string operation, SourceSpan location ) : System

Private Methods

Method Description
GetNodeName ( AstGenerator gen ) : string
TransformRead ( AstGenerator gen ) : Expression

Method Details

SimpleAssignmentExpression() public method

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
return System