[Soot-list] access to original variable names

Jasen Carrol jasencarro at yahoo.com
Fri Jun 17 14:25:44 EDT 2005


Hi,

Is there any way to get the original variable name
when working with JimpleBody?

For example, if I have the following Java code:

...
int x = 5;
int x = 10;
...

In this case, Soot will create two different
JimpleLocal's named "b0" and "b1" respectively. By
looking at the JimpleBody, I have no way of knowing
that "b0" and "b1" are actually the same java
variable.


-Jasen

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Soot-list mailing list