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

Inheritance: VariableScope
Show file Open project: jschementi/iron

Private Properties

Property Type Description
AddReturnTarget System.Linq.Expressions.Expression

Public Methods

Method Description
FrameScope ( ScopeBuilder builder, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable ) : System

Private Methods

Method Description
AddReturnTarget ( System.Linq.Expressions expression ) : Expression

Method Details

FrameScope() public method

public FrameScope ( ScopeBuilder builder, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable ) : System
builder ScopeBuilder
selfVariable System.Linq.Expressions
runtimeScopeVariable System.Linq.Expressions
return System