[Soot-list] Transform of call sites

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Tue Jul 27 03:56:55 EDT 2010


>        if (stmt instanceof InvokeExpr) {

That won't work: a stmt is never an expression. It only sometimes
*has* an expression. Also, stmt.containsInvokeExpr() can return true
for both an InvokeStmt and an AssignStmt...

Eric


More information about the Soot-list mailing list