public void IsNullExp(IsNullExp e) { e.Expr.Visit(this); CheckBool(e.Expr); e.ExpType = typeof(bool); }
public void IsNullExp(IsNullExp e) { }