Function generate_switch_statement

Source
pub fn generate_switch_statement<T>(this: &mut T, node: &Node)
where T: ControlFlowCore,