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