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

Inheritance: LexicalScope
Datei anzeigen Open project: jschementi/iron

Public Properties

Property Type Description
_parentLoop LoopScope

Public Methods

Method Description
LoopScope ( System.Linq.Expressions redoVariable, System.Linq.Expressions resultVariable, System.Linq.Expressions breakLabel, System.Linq.Expressions continueLabel ) : System

Method Details

LoopScope() public method

public LoopScope ( System.Linq.Expressions redoVariable, System.Linq.Expressions resultVariable, System.Linq.Expressions breakLabel, System.Linq.Expressions continueLabel ) : System
redoVariable System.Linq.Expressions
resultVariable System.Linq.Expressions
breakLabel System.Linq.Expressions
continueLabel System.Linq.Expressions
return System

Property Details

_parentLoop public_oe property

public LoopScope _parentLoop
return LoopScope