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