[Jode-users] In-memory classes?
Brought to you by:
hoenicke
From: Howard L. S. <hl...@gm...> - 2005-03-31 16:12:08
|
I make use of Javassist to create classes in-memory. I was thinking it would be useful and informative to plug JODE into my pipeline, so that I could de-compile the dynamically generated bytecode. Couldn't see how to do this with JODE. It seems organized around the bytecodes sitting in a file. Is there a way to easily support decompling a Class object already in memory? Alternately, I can get the generated bytecode (into a byte[] array) and would like to decompile that. -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com |