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