public class BytecodeScanner
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
BytecodeScanner.Callback
Callback interface to report scanned instructions.
|
Constructor and Description |
---|
BytecodeScanner() |
Modifier and Type | Method and Description |
---|---|
void |
scan(byte[] instructionList,
BytecodeScanner.Callback callback)
Scan the raw bytecodes of a method.
|
public void scan(byte[] instructionList, BytecodeScanner.Callback callback)
instructionList
- the bytecodescallback
- the callback objectSpotBugs is licensed under the LGPL.