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