@override void visitIfNull(IfNull ast, C context) { ast.condition.visit(this, context); ast.nullExp.visit(this, context); }