C# Class IronRuby.Compiler.Ast.CompoundLeftValue

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

Public Methods

Method Description
CompoundLeftValue ( LeftValue leftValues ) : System
CompoundLeftValue ( LeftValue leftValues, int unsplattedValueIndex ) : System
ToString ( ) : string

Private Methods

Method Description
TransformRead ( AstGenerator gen, System.Linq.Expressions targetValue, bool tryRead ) : Expression
TransformTargetRead ( AstGenerator gen ) : Expression
TransformWrite ( AstGenerator gen, Arguments rightValues ) : Expression
TransformWrite ( AstGenerator gen, System.Linq.Expressions targetValue, System.Linq.Expressions rightValue ) : Expression
TransformWrite ( AstGenerator gen, System.Linq.Expressions transformedRight, bool isSimpleRhs ) : Expression

Method Details

CompoundLeftValue() public method

public CompoundLeftValue ( LeftValue leftValues ) : System
leftValues LeftValue
return System

CompoundLeftValue() public method

public CompoundLeftValue ( LeftValue leftValues, int unsplattedValueIndex ) : System
leftValues LeftValue
unsplattedValueIndex int
return System

ToString() public method

public ToString ( ) : string
return string