public LoopStatement() { this._breakLabel = this.Body.AddLabel(Labels.GetNewName(), KindLabelEnum.Break); this._continueLabel = this.Body.AddLabel(Labels.GetNewName(), KindLabelEnum.Continue); }
public SourceCode() { _variables = new Variables(); _labels = new Labels(); }