Represents a break or a continue statement.
break
continue
The node we jump from
Optional
The label we jump to, if one exists
Represents a
breakor acontinuestatement.