C# Class IronRuby.Compiler.Ast.LeftValue

Inheritance: Expression
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
LeftValue ( Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic

Private Methods

Méthode 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 méthode

public LeftValue ( Microsoft.Scripting.SourceSpan location ) : System.Collections.Generic
location Microsoft.Scripting.SourceSpan
Résultat System.Collections.Generic