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

Datei anzeigen 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_oe property

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

ContinueLabel public_oe property

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

TryBlockDepth public_oe property

public int TryBlockDepth
return int