[Soot-list] Question about Value vs Stmt in Jimple

Eric Bodden eric.bodden at ec-spride.de
Thu Oct 18 14:06:02 EDT 2012


Hello.

> Yes that seems to be the case. So if I want to cycle through every
> "statement" in a method body, the only way is to run whole-program
> analysis and walk the CFG of the method?

No you don't need whole-program analysis. You just get the method's
body and iterate through its units using body.getUnits().

Eric


More information about the Soot-list mailing list