C# Class IronRuby.Compiler.Ast.AstGenerator.VariableScope

Inheritance: LexicalScope
ファイルを表示 Open project: jschementi/iron

Public Methods

Method Description
VariableScope ( ScopeBuilder locals, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable ) : System

Method Details

VariableScope() public method

public VariableScope ( ScopeBuilder locals, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable ) : System
locals ScopeBuilder
selfVariable System.Linq.Expressions
runtimeScopeVariable System.Linq.Expressions
return System