getIfElse

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.

BaseNode
getIfElse
(
IfStatement ifStmt
)

Meta