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