<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello,<br>
</p>
<p><br>
</p>
<p>I am working with Soot on a project. I was wondering if there was any way for me to obtain a VTable equivalent for Java classes from Soot?<br>
</p>
<p><br>
</p>
<p>Basically, for a given class, I would like to know for each method in that class, which of the sub-classes override that method. So for instance if I have a super class Animal with a method run() and 2 sub-classes Cat and Dog that override run(), I would
like to be able to be able to query for these 2 sub-classes. What is the easiest way in which I can do this in Soot?<br>
</p>
<p><br>
</p>
<p>If there is no direct support, I am thinking I have to traverse all the classes myself and create a VTable-like data structure myself? I would appreciate any help with this.<br>
</p>
<p><br>
</p>
<p>Thanks,<br>
</p>
<p>Naveen Neelakandan<br>
</p>
</div>
</body>
</html>