Add field references, only for getstatic currently
This commit is contained in:
@@ -37,4 +37,12 @@ public class Method
|
||||
{
|
||||
return (Code) attributes.findType(AttributeType.CODE);
|
||||
}
|
||||
|
||||
public void buildInstructionGraph()
|
||||
{
|
||||
Code code = getCode();
|
||||
|
||||
if (code != null)
|
||||
code.buildInstructionGraph();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user