C# Class IronRuby.Compiler.Ast.GlobalVariable

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

Public Methods

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

Private Methods

Method Description
GetNodeName ( AstGenerator gen ) : string
TransformDefinedCondition ( AstGenerator gen ) : Expression
TransformReadVariable ( AstGenerator gen, bool tryRead ) : Expression
TransformWriteVariable ( AstGenerator gen, System.Linq.Expressions rightValue ) : Expression

Method Details

GlobalVariable() public method

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