Exemplo n.º 1
0
 public abstract void visit(OrExp n);
Exemplo n.º 2
0
 public virtual void visit(OrExp powerExp)
 {
     // Do nothing; leave the implementation to the main class
 }