Interface InstructionsListener

All Known Implementing Classes:
IGVInstrListener

public interface InstructionsListener
  • Method Details

    • instrChanged

      void instrChanged(BasicBlock basicBlock, Instr oldInstr, Instr newInstr, int index, InstructionsListener.OperationType op)
      listen to a change of a list of instructions, right before the change going to take place
      Parameters:
      basicBlock - List of instructions before the change happens
      oldInstr - If possible, specify which instruction is the old one at index
      newInstr - If possible, this the new element inserted at index
      index - where the manipulation takes place
      op - the operation type can be an ADD, REMOVE or UPDATE