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

Inheritance: FrameScope
Exibir arquivo Open project: jschementi/iron

Public Methods

Method Description
MethodScope ( ScopeBuilder builder, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable, System.Linq.Expressions blockVariable, string methodName, Parameters parameters ) : System

Method Details

MethodScope() public method

public MethodScope ( ScopeBuilder builder, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable, System.Linq.Expressions blockVariable, string methodName, Parameters parameters ) : System
builder ScopeBuilder
selfVariable System.Linq.Expressions
runtimeScopeVariable System.Linq.Expressions
blockVariable System.Linq.Expressions
methodName string
parameters Parameters
return System