edu.umd.cs.findbugs.ba
public interface BytecodeScanner.Callback
Method Summary | |
---|---|
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