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