コード例 #1
0
 public override void Accept(ForeachStatement foreachStmt)
 {
     foreachStmt.VisitChildren(this);
 }