Package edu.umd.cs.findbugs.ba
Interface BytecodeScanner.Callback
-
- All Known Implementing Classes:
UnpackedBytecodeCallback
- Enclosing class:
- BytecodeScanner
public static interface BytecodeScanner.CallbackCallback interface to report scanned instructions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleInstruction(int opcode, int index)Called to indicate that a particular bytecode has been scanned.
-