public virtual void PostWalk(GlobalStmt node)
 {
 }
 // GlobalStmt
 public virtual bool Walk(GlobalStmt node)
 {
     return(true);
 }