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