Пример #1
0
 public void Accept(GivenStatement switchStmt)
 {
     switchStmt.VisitChildren (this);
 }