Exemple #1
0
 public override void Accept(IStatementVisitor visit)
 {
     visit.Go(this.name, this.dest);
 }