In many java project which using Soot, I see the SootMethod.getSubSignature()
.
I know that we have SootMethod.Signature()
for getting signature of method but what does SootMethod.getSubSignature()
meaning.
what is the difference between these two methods?