Gets the final else block of an if. Will return a node of type IfStatement if it's an else if block. Returns null if there is no single else statement.
See Implementation
Gets the final else block of an if. Will return a node of type IfStatement if it's an else if block. Returns null if there is no single else statement.