public virtual bool VisitNoInitExpr(NoInitExpr stmt) { if (!VisitExpr(stmt)) { return(false); } return(true); }
public bool VisitNoInitExpr(NoInitExpr stmt) { throw new NotImplementedException(); }