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