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