public class UnpackedBytecodeCallback extends java.lang.Object implements BytecodeScanner.Callback
| Constructor and Description | 
|---|
| UnpackedBytecodeCallback(int codeSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| UnpackedCode | getUnpackedCode() | 
| void | handleInstruction(int opcode,
                 int index)Called to indicate that a particular bytecode has been scanned. | 
public void handleInstruction(int opcode,
                              int index)
BytecodeScanner.CallbackhandleInstruction in interface BytecodeScanner.Callbackopcode - the opcode of the instructionindex - the bytecode offset of the instructionpublic UnpackedCode getUnpackedCode()
SpotBugs is licensed under the LGPL.