[Soot-list] make VirtualCalls.resolveNonSpecial public?

Ondrej Lhotak olhotak at uwaterloo.ca
Wed Jan 18 10:42:31 EST 2006


Hi Manu...

The method was private because the VirtualCalls class took a long time
to get right, and its structure was frequently changing. It has been
stable for a while, and hopefully, it won't require any more
restructuring. So, I've made it public and checked it in as Subversion
revision 2263.

Ondrej

On Tue, Jan 17, 2006 at 04:15:21PM -0800, Manu Sridharan wrote:
> 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
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
> 


More information about the Soot-list mailing list