As far as I can tell, Java has no such equivalent of C#'s Reflection.Emit
stuff. Are there any additional libraries for Java that provide similar functionality? What are the differences (to reflection emit)?
views:
233answers:
2Does BCEL allow the emitted bytecode to be run at runtime (as opposed to saving it to a file)?
2010-02-13 22:44:06
+3
A:
Besides Darin's excellent answer (+1), ASM is worth checking out too.
Chris Jester-Young
2010-02-13 22:35:21