protected internal Expression VisitBreak(Break @break) { return(@break.Update(@break.Target, @break.Type, @break.Value)); }