C# Class IronRuby.Compiler.Ast.LocalVariable

Inheritance: Variable
Show file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
GetNodeName string
LocalVariable System.Diagnostics
SetClosureIndex void
TransformReadVariable System.Linq.Expressions.Expression
TransformWriteVariable System.Linq.Expressions.Expression

Private Methods

Method Description
GetNodeName ( AstGenerator gen ) : string
LocalVariable ( string name, Microsoft.Scripting.SourceSpan location, int definitionLexicalDepth ) : System.Diagnostics
SetClosureIndex ( int index ) : void
TransformReadVariable ( AstGenerator gen, bool tryRead ) : Expression
TransformWriteVariable ( AstGenerator gen, System.Linq.Expressions rightValue ) : Expression