C# Class PHPAnalysis.Utils.XmlHelpers.BreakContinue

Show file Open project: jtvn/Eir-CTLLTL

Public Properties

Property Type Description
DefaultScopeNumber int

Public Methods

Method 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 method

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
return bool

Property Details

DefaultScopeNumber public static property

public static int DefaultScopeNumber
return int