예제 #1
0
 public virtual void PostWalk(PrintStmt node)
 {
 }
예제 #2
0
 // PrintStmt
 public virtual bool Walk(PrintStmt node)
 {
     return(true);
 }