Class UnpackedBytecodeCallback

    • Constructor Detail

      • UnpackedBytecodeCallback

        public UnpackedBytecodeCallback​(int codeSize)
    • Method Detail

      • 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