Example #1
0
 public void visit(IdentifierType id)
 {
     throw new NotImplementedException();
 }
 public virtual void visit(IdentifierType id)
 {
     // Do nothing; leave the implementation to the main class
 }