C# Class Boo.Lang.Compiler.Steps.LoopInfo

Show file Open project: boo-lang/boo Class Usage Examples

Public Properties

Property Type Description
BreakLabel System.Reflection.Emit.Label
ContinueLabel System.Reflection.Emit.Label
TryBlockDepth int

Public Methods

Method Description
LoopInfo ( Label breakLabel, Label continueLabel, int tryBlockDepth ) : System

Method Details

LoopInfo() public method

public LoopInfo ( Label breakLabel, Label continueLabel, int tryBlockDepth ) : System
breakLabel System.Reflection.Emit.Label
continueLabel System.Reflection.Emit.Label
tryBlockDepth int
return System

Property Details

BreakLabel public property

public Label,System.Reflection.Emit BreakLabel
return System.Reflection.Emit.Label

ContinueLabel public property

public Label,System.Reflection.Emit ContinueLabel
return System.Reflection.Emit.Label

TryBlockDepth public property

public int TryBlockDepth
return int