[Soot-list] JimpleLocal - Local Variable or was generated by Soot?

Vasco Pessanha coreanu_ at hotmail.com
Thu Jun 2 08:48:47 EDT 2011


Hello,

How can I know if a given JimpleLocal was generated by Soot or consists in a local variable of the method. Is it even possible?
For example, if we have the source line "Main t = new Main();" we would generate something like:

"$r0 = new testes.deptest.Main;
specialinvoke $r0.<testes.deptest.Main: void <init>()>();
t = $r0;"

How can I know that "t" is a method's local variable and $r0 was generated by Soot?

Thanks,
Vasco

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20110602/20d05761/attachment.html 


More information about the Soot-list mailing list