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:
@@ -79,10 +79,4 @@ public class Methods
|
||||
for (Method m : methods)
|
||||
m.buildInstructionGraph();
|
||||
}
|
||||
|
||||
public void buildCallGraph()
|
||||
{
|
||||
for (Method m : methods)
|
||||
m.buildCallGraph();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user