Interface DebugInstrListener


public interface DebugInstrListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNextInstr(Instr nextInstr, Env nextEnv, Machine machine)
     
  • Method Details

    • onNextInstr

      void onNextInstr(Instr nextInstr, Env nextEnv, Machine machine)