I will need to actually perform method invocations during execution to
be able to pass/get the correct underlying types of variables for the virtual method lookup.
This commit is contained in:
@@ -222,14 +222,6 @@ public class Method
|
||||
code.buildInstructionGraph();
|
||||
}
|
||||
|
||||
public void buildCallGraph()
|
||||
{
|
||||
Code code = getCode();
|
||||
|
||||
if (code != null)
|
||||
code.buildCallGraph();
|
||||
}
|
||||
|
||||
public void clearCallGraph()
|
||||
{
|
||||
callsTo.clear();
|
||||
|
||||
Reference in New Issue
Block a user