The else branch. It can be null if there is no else branch.
Set to true if this module instantation has been tagged with a '%' symbol.
Set to true if this module instantation has been tagged with a '*' symbol.
Set to true if this module instantation has been tagged with a '#' symbol.
Set to true if this module instantation has been tagged with a '!' symbol.
IfElseStmt represents an if-else statement. elseIfs are represented as additional IfElseStmt instances in the else branch (simmilar to how C works).