Ejemplo n.º 1
0
 public override void Visit(CompoundStmt stmt) =>
     stmt.Stmts.ForEach(_ => _.Item2.Accept(this));
Ejemplo n.º 2
0
 public virtual void Visit(CompoundStmt stmt)
 {
 }
Ejemplo n.º 3
0
 public virtual void Visit(CompoundStmt stmt) {}
Ejemplo n.º 4
0
 public override void Visit(CompoundStmt stmt) =>
 stmt.Stmts.ForEach(_ => _.Item2.Accept(this));