Example #1
0
 public abstract void visit(BitwiseOrExp n);
 public virtual void visit(BitwiseOrExp n)
 {
     throw new NotImplementedException();
 }