[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
decompiling inner classes
Hello,
I am analyzing program fragments (sets of classes) and generating Java
code for them based on analysis results. For inner classes, I need to
generate them inside their enclosing class.
Is there info in Soot that allows to answer some questions about inner
classes, e.g., find inner classes of a class, given a class find its
enclosing class, manipulate inner classes names?
I am assuming you had to deal with these issues in Dava.
Thank you,
Oksana.