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

Afficher le fichier Open project: boo-lang/boo Class Usage Examples

Méthodes publiques

Свойство Type Description
BreakLabel System.Reflection.Emit.Label
ContinueLabel System.Reflection.Emit.Label
TryBlockDepth int

Méthodes publiques

Méthode Description
LoopInfo ( Label breakLabel, Label continueLabel, int tryBlockDepth ) : System

Method Details

LoopInfo() public méthode

public LoopInfo ( Label breakLabel, Label continueLabel, int tryBlockDepth ) : System
breakLabel System.Reflection.Emit.Label
continueLabel System.Reflection.Emit.Label
tryBlockDepth int
Résultat System

Property Details

BreakLabel public_oe property

public Label,System.Reflection.Emit BreakLabel
Résultat System.Reflection.Emit.Label

ContinueLabel public_oe property

public Label,System.Reflection.Emit ContinueLabel
Résultat System.Reflection.Emit.Label

TryBlockDepth public_oe property

public int TryBlockDepth
Résultat int