IfStmt

constructor()(source)
constructor(condition: Expression, thenStmt: Statement, elseStmt: Statement)(source)


constructor(tokenRange: TokenRange, condition: Expression, thenStmt: Statement, elseStmt: Statement)(source)

This constructor is used by the parser and is considered private.