Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
For best results, questions like this should be asked on StackOverflow!
I think in this case your best example is
com.google.dexmaker.stock.ProxyBuilder. It does this:
MethodId<T, ?> superConstructor = superType.getConstructor(types);
constructorCode.invokeDirect(superConstructor, null, thisRef, params);
constructorCode.returnVoid();
Original comment by limpbizkit
on 10 Oct 2012 at 3:48
Original issue reported on code.google.com by
w.swaney...@gmail.com
on 25 Jul 2012 at 10:54