Function generate_if_statement

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