Ejemplo n.º 1
0
 /// <summary>
 /// Subclasses override this if they want to take special actions on processing a goto
 /// statement, when both the jump and the label have been located.
 /// </summary>
 /// <param name="pending"></param>
 /// <param name="gotoStmt"></param>
 /// <param name="labelStmt"></param>
 protected virtual void NoteBranch(PendingBranch pending, BoundGotoStatement gotoStmt, BoundLabelStatement labelStmt)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Subclasses override this if they want to take special actions on processing a goto
 /// statement, when both the jump and the label have been located.
 /// </summary>
 /// <param name="pending"></param>
 /// <param name="gotoStmt"></param>
 /// <param name="labelStmt"></param>
 protected virtual void NoteBranch(PendingBranch pending, BoundGotoStatement gotoStmt, BoundLabelStatement labelStmt)
 {
 }