[Soot-list] What is the difference between getMethod() and getMethodRef()?

Eric Bodden eric.bodden at ec-spride.de
Wed Jan 30 11:04:05 EST 2013


By the way:

another difference is a semantic one. A MethodRef (and FieldRef)
contain as declaring class that class that is actually used at the
reference site. The resolved SootMethod/SootField may have a declaring
class which is a super class, though, depending on where the
referenced field/method is actually declared.

Eric


More information about the Soot-list mailing list