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