C# Class IronRuby.Compiler.Ast.Variable

Inheritance: LeftValue
Show file Open project: jschementi/iron

Public Methods

Method Description
ToString ( ) : string
Variable ( string name, Microsoft.Scripting.SourceSpan location ) : System.Diagnostics

Private Methods

Method Description
TransformName ( AstGenerator gen ) : Expression
TransformRead ( AstGenerator gen, System.Linq.Expressions targetValue, bool tryRead ) : Expression
TransformReadVariable ( AstGenerator gen, bool tryRead ) : Expression
TransformTargetRead ( AstGenerator gen ) : Expression
TransformWrite ( AstGenerator gen, System.Linq.Expressions targetValue, System.Linq.Expressions rightValue ) : Expression
TransformWriteVariable ( AstGenerator gen, System.Linq.Expressions rightValue ) : Expression

Method Details

ToString() public method

public ToString ( ) : string
return string

Variable() public method

public Variable ( string name, Microsoft.Scripting.SourceSpan location ) : System.Diagnostics
name string
location Microsoft.Scripting.SourceSpan
return System.Diagnostics