[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: creating a jimple file from a SootClass



Jon Nall wrote:

hello.
is there currently any way to write a SootClass out to a .jimple file? i'd like to do so for debugging purposes. The SootClass in question is one that i'm creating from scratch during processing. i found code to write out a JasminClass, but couldn't find anything that, given a SootClass, writes out the corresponding Jimple file.


thanks.
nall.


sorry to all for the inbox cluttering. if i'd searched for 10 more minutes i would have found the code i need. it's in soot.PackManager.


nall.