Class UnpackedBytecodeCallback

java.lang.Object
edu.umd.cs.findbugs.classfile.engine.bcel.UnpackedBytecodeCallback
All Implemented Interfaces:
BytecodeScanner.Callback

public class UnpackedBytecodeCallback extends Object implements BytecodeScanner.Callback
  • Constructor Details

    • UnpackedBytecodeCallback

      public UnpackedBytecodeCallback(int codeSize)
  • Method Details

    • handleInstruction

      public void handleInstruction(int opcode, int index)
      Description copied from interface: BytecodeScanner.Callback
      Called to indicate that a particular bytecode has been scanned.
      Specified by:
      handleInstruction in interface BytecodeScanner.Callback
      Parameters:
      opcode - the opcode of the instruction
      index - the bytecode offset of the instruction
    • getUnpackedCode

      public UnpackedCode getUnpackedCode()