edu.umd.cs.findbugs.ba

Interface BytecodeScanner.Callback

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void handleInstruction(int opcode, int index)
      Called to indicate that a particular bytecode has been scanned.
    • Method Detail

      • handleInstruction

        void handleInstruction(int opcode,
                             int index)
        Called to indicate that a particular bytecode has been scanned.
        Parameters:
        opcode - the opcode of the instruction
        index - the bytecode offset of the instruction

Copyright © 2003–2015. All rights reserved.