Uses of Interface
edu.umd.cs.findbugs.ba.BytecodeScanner.Callback

Packages that use BytecodeScanner.Callback
edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. 
 

Uses of BytecodeScanner.Callback in edu.umd.cs.findbugs.ba
 

Methods in edu.umd.cs.findbugs.ba with parameters of type BytecodeScanner.Callback
 void BytecodeScanner.scan(byte[] instructionList, BytecodeScanner.Callback callback)
          Scan the raw bytecodes of a method.