edu.umd.cs.findbugs.ba

Interface BytecodeScanner.Callback

public interface BytecodeScanner.Callback

Callback interface to report scanned instructions.
Method Summary
voidhandleInstruction(int opcode, int index)
Called to indicate that a particular bytecode has been scanned.

Method Detail

handleInstruction

public 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

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.