[Soot-list] How to determine whether there exists a use for a variable definition later on in the cfg

Phil Pratt-Szeliga pcpratts at syr.edu
Fri Jul 27 13:57:41 EDT 2012


Hi John,

> Or better yet, I suppose
> I can use List's contains method with my list of loop statements to test
> whether a retrieved statement (from getUsesOf) is in my list of loop
> statements. That should work because the contains method relies on the
> equals method.

Yes, this is what I had in mind. :)

Phil Pratt-Szeliga
Syracuse University


More information about the Soot-list mailing list