[Soot-list] make VirtualCalls.resolveNonSpecial public?

Manu Sridharan manu_s at eecs.berkeley.edu
Tue Jan 17 19:15:21 EST 2006


Hi,

I was wondering if the method resolveNonSpecial() in 
soot.jimple.toolkits.callgraph.VirtualCalls could be made public, rather 
than private.  It's a method that I find useful in other code, but I had 
to hack the Soot source to use it.  Now I'm trying to put together my 
code for distribution, and I'd like it to work with an unmodified Soot 
install.  Or, is there an alternate way to get the same functionality 
using existing public methods?  Thanks!

-Manu


More information about the Soot-list mailing list