C# 클래스 IronRuby.Compiler.Ast.AstGenerator.BlockScope

상속: FrameScope
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
BlockScope ( ScopeBuilder builder, System.Linq.Expressions selfVariable, System.Linq.Expressions runtimeScopeVariable, System.Linq.Expressions bfcVariable, System.Linq.Expressions redoLabel ) : System

메소드 상세

BlockScope() 공개 메소드

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
리턴 System