new execute stuff

This commit is contained in:
Adam
2015-05-31 16:03:37 -04:00
parent 1e34e0ec66
commit 0fcbcd262c
205 changed files with 2977 additions and 1451 deletions

View File

@@ -50,6 +50,11 @@ public abstract class Instruction
return instructions;
}
public InstructionType getType()
{
return type;
}
public ConstantPool getPool()
{
return instructions.getCode().getAttributes().getClassFile().getPool();