Esempio n. 1
0
 public InvokeStatic copy() {
   try {
     InvokeStatic _temp1 = (InvokeStatic) this.clone();
     _temp1.postCopy();
     return _temp1;
   } catch (CloneNotSupportedException e) {
     throw new RuntimeException(e);
   }
 }
Esempio n. 2
0
 public InvokeStatic basicNew() {
   InvokeStatic newInstance = new InvokeStatic();
   newInstance.initialize();
   return newInstance;
 }