IfStatement

IfStatement

class IfStatement : Statement {
Expression condition;
Statement ifbody;
Statement elsebody;
}

Meta