Example #1
0
 //
 // Copying routines, needed to quickly fabricate new Field,
 // Method, and Constructor objects from templates
 //
 public Method copyMethod(Method arg) {
   return arg.copy();
 }