Uses of Class
edu.umd.cs.findbugs.OpcodeStack
Packages that use OpcodeStack
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of OpcodeStack in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type OpcodeStackModifier and TypeMethodDescriptionstatic BugAnnotation
BugInstance.getSomeSource
(ClassContext classContext, org.apache.bcel.classfile.Method method, Location location, OpcodeStack stack, int stackPos) -
Uses of OpcodeStack in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return OpcodeStackModifier and TypeMethodDescriptionstatic OpcodeStack
OpcodeStackScanner.getStackAt
(org.apache.bcel.classfile.JavaClass theClass, org.apache.bcel.classfile.Method method, int pc) -
Uses of OpcodeStack in edu.umd.cs.findbugs.bcel
Fields in edu.umd.cs.findbugs.bcel declared as OpcodeStackMethods in edu.umd.cs.findbugs.bcel that return OpcodeStack