LastStatementInfo.ifHasElse

True if the type is (IfStatement, ConditionalDeclaration or ConditionalStatement) and has a final else block defined.

struct LastStatementInfo
bool ifHasElse;

Meta