IfStatement public class IfStatement : Statement Documentation Code public Expression Condition { get; } public Statement FalseStatement { get; } public Statement TrueStatement { get; } public IfStatement(Expression condition, Statement trueStatement, Statement falseStatement, Location loc) public IfStatement(Expression condition, Statement trueStatement, Location loc)