Got unused parameter stuff to run again. atm not bothering with

functions that might be overriden.
This commit is contained in:
Adam
2015-06-30 14:46:15 -04:00
parent 91f189add1
commit 1056006b59
3 changed files with 64 additions and 7 deletions

View File

@@ -174,6 +174,7 @@ public class Method
return (Code) attributes.findType(AttributeType.CODE);
}
/*
public List<Method> getOverriddenMethods()
{
List<Method> m = new ArrayList<Method>();
@@ -194,7 +195,7 @@ public class Method
}
return m;
}
}*/
public void buildInstructionGraph()
{