[Soot-list] reconciling variables

David A Weiser DWEISER at uwyo.edu
Wed Jan 31 20:50:22 EST 2007


How do reconcile a variable name in java with its Jimple counterpart?

 

For example, if I have a java function that looks like: 

 

void put(int v){...}

 

the Jimple equivalent would look like:

 

r0 := @parameter0: java.lang.String[]

 

now, how do I reconcile the Java variable name, v, with the Jimple
temporary variable, r0?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20070131/2c15e2f9/attachment.htm


More information about the Soot-list mailing list