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

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

Public Methods

Method Description
BlockScope ( ScopeBuilder builder, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable, System.Linq.Expressions bfcVariable, System.Linq.Expressions redoLabel ) : System

Method Details

BlockScope() public method

public BlockScope ( ScopeBuilder builder, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable, System.Linq.Expressions bfcVariable, System.Linq.Expressions redoLabel ) : System
builder ScopeBuilder
selfVariable System.Linq.Expressions
runtimeScopeVariable System.Linq.Expressions
bfcVariable System.Linq.Expressions
redoLabel System.Linq.Expressions
return System