[Soot-list] What does this method return?

Ondrej Lhotak olhotak at uwaterloo.ca
Wed Oct 11 08:51:41 EDT 2006


On Wed, Oct 11, 2006 at 05:35:01PM +1000, Peng Gao wrote:
> Hi,
> 
> I am reading the soot source code and got confused with the following 
> method 'simpleSources' in 'soot.jimple.spark.pag.PAG.java'.
> 
> This method should return a set, but I am just wondering what are the
> elements inside this set?

The elements in the set are VarNodes. The method returns a set of every
VarNode that is the source of a simple assignment edge.

> 
> Thanks a lot in advance.
> 
> Cheers
> 
> -Gao Peng
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
> 


More information about the Soot-list mailing list