Create a deep copy of the Statement.
@override BreakStatement copy() { return BreakStatement.init(); }