[Soot-list] What kind of Stmt is "lengthof x" in Jimple?

Cristina Ilie crysgirlro at yahoo.com
Sat Jun 19 03:16:04 EDT 2010


Hi,

Can you tell me please what king of Stmt is "lengthof x" in Jimple? 

If I have the statement:  "n = x.length" (in Java; x is a Vector), then soot translates that in Jimple so:

$i0 = lengthof x
 n = (double) $i0

and I don't know how to handle "lengthof x" - I saw it isn't an InvokeStmt.

Cristina



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20100619/73c78333/attachment.html 


More information about the Soot-list mailing list