コード例 #1
0
 public abstract void visit(DivisionExp n);
コード例 #2
0
 public virtual void visit(DivisionExp n)
 {
     // Do nothing; leave the implementation to the main class
 }