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