public virtual void PostWalk(ErrorExpr node)
 {
 }
 // ErrorExpr
 public virtual bool Walk(ErrorExpr node)
 {
     return(false);
 }