public abstract void visit(UInt16Literal n);
 public virtual void visit(UInt16Literal n)
 {
     throw new NotImplementedException();
 }