Uses of Interface
edu.umd.cs.findbugs.ba.BytecodeScanner.Callback
Packages that use BytecodeScanner.Callback
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Support for analyses based on the BCEL bytecode framework.
-
Uses of BytecodeScanner.Callback in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement BytecodeScanner.CallbackModifier and TypeClassDescriptionprivate static class
Callback to scan an access method to determine what field it accesses, and whether the field is loaded or stored.Methods in edu.umd.cs.findbugs.ba with parameters of type BytecodeScanner.CallbackModifier and TypeMethodDescriptionvoid
BytecodeScanner.scan
(byte[] instructionList, BytecodeScanner.Callback callback) Scan the raw bytecodes of a method. -
Uses of BytecodeScanner.Callback in edu.umd.cs.findbugs.classfile.engine.bcel
Classes in edu.umd.cs.findbugs.classfile.engine.bcel that implement BytecodeScanner.Callback