Пример #1
0
 public override void Visit(CompoundStmt stmt) =>
     stmt.Stmts.ForEach(_ => _.Item2.Accept(this));
Пример #2
0
 public virtual void Visit(CompoundStmt stmt)
 {
 }
Пример #3
0
 public virtual void Visit(CompoundStmt stmt) {}
Пример #4
0
 public override void Visit(CompoundStmt stmt) =>
 stmt.Stmts.ForEach(_ => _.Item2.Accept(this));