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.Callback
handleInstruction
in interface BytecodeScanner.Callback
opcode
- the opcode of the instructionindex
- the bytecode offset of the instructionpublic UnpackedCode getUnpackedCode()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.