Add field references, only for getstatic currently
This commit is contained in:
@@ -27,4 +27,10 @@ public class Methods
|
||||
{
|
||||
return classFile;
|
||||
}
|
||||
|
||||
public void buildInstructionGraph()
|
||||
{
|
||||
for (Method m : methods)
|
||||
m.buildInstructionGraph();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user