C# Class IronRuby.Compiler.Ast.LeftValue

Inheritance: Expression
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
LeftValue ( Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic

Private Methods

Method Description
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

Method Details

LeftValue() public method

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