switch_statement ::= "switch" "(" expression ")" "{" { ( "case" expression ":" ) | ( "default" ":" ) | statement } "}"
This rule is called by -> statement
-> statement
coming soon ...