new execute stuff
This commit is contained in:
@@ -50,6 +50,11 @@ public abstract class Instruction
|
||||
return instructions;
|
||||
}
|
||||
|
||||
public InstructionType getType()
|
||||
{
|
||||
return type;
|
||||
}
|
||||
|
||||
public ConstantPool getPool()
|
||||
{
|
||||
return instructions.getCode().getAttributes().getClassFile().getPool();
|
||||
|
||||
Reference in New Issue
Block a user