edu.umd.cs.findbugs.ba
public class BytecodeScanner extends Object implements Constants
Nested Class Summary | |
---|---|
interface | BytecodeScanner.Callback
Callback interface to report scanned instructions. |
Method Summary | |
---|---|
void | scan(byte[] instructionList, BytecodeScanner.Callback callback)
Scan the raw bytecodes of a method.
|
Parameters: instructionList the bytecodes callback the callback object