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