Can detect unused parameters

This commit is contained in:
Adam
2015-05-05 13:36:54 -04:00
parent e70466fc0a
commit 0d21d49d2d
4 changed files with 95 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ public class Instructions
buildJumpGraph();
}
public List<Instruction> getInstructions()
{
return instructions;
}
public void write(DataOutputStream out) throws IOException
{
ByteArrayOutputStream b = new ByteArrayOutputStream();