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