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()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.