[Soot-list] resolving overloading

Greg Dennis gdennis at mit.edu
Wed Jul 11 14:29:07 EDT 2007


Anyone have a handy snippet of code to resolve method overloading (not
overriding). That is, given 1) a Soot class, 2) the name of a method
declared by that class (it may declare multiple methods of that name),
and 3) a list of argument types (not parameter types), it finds the
Soot method to which such a call would resolve. Can anyone point me to
some code to do this?

Thanks,
Greg


More information about the Soot-list mailing list