C# Class PHPAnalysis.Utils.XmlHelpers.BreakContinue

Afficher le fichier Open project: jtvn/Eir-CTLLTL

Méthodes publiques

Свойство Type Description
DefaultScopeNumber int

Méthodes publiques

Méthode Description
TryGetScopeNumber ( XmlNode node, int &scopeNumber ) : bool

Tries to get the number associated with the break/continue statement. e.g. Continue 3; or Break 10;

Method Details

TryGetScopeNumber() public static méthode

Tries to get the number associated with the break/continue statement. e.g. Continue 3; or Break 10;
public static TryGetScopeNumber ( XmlNode node, int &scopeNumber ) : bool
node System.Xml.XmlNode
scopeNumber int
Résultat bool

Property Details

DefaultScopeNumber public_oe static_oe property

public static int DefaultScopeNumber
Résultat int