Exemplo n.º 1
0
 public override void Accept(ForeachStatement foreachStmt)
 {
     foreachStmt.VisitChildren(this);
 }