public void visit(TupleElement n)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public abstract void visit(TupleElement n);
 public override void visit(TupleElement n)
 {
     n.Scope = Scope;
 }