
Soot FAQ
Questions & Answers-

Is there a way to traverse the AST of Java with SOOT?
-

If you specify Java source as input to Soot, it uses a
Java-to-Jimple parser, which has an internal AST representation. You can
poke around in the code in the package "soot.javaToJimple.jj".. but I'm
not sure how complicated and/or thorough it is. -
Source:
View Source