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
Fields in edu.umd.cs.findbugs declared as OpcodeStackModifier and TypeFieldDescriptionprotected OpcodeStack
OpcodeStack.JumpInfoFactory.JumpStackComputation.stack
Methods in edu.umd.cs.findbugs that return OpcodeStackMethods 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
Fields in edu.umd.cs.findbugs.ba declared as OpcodeStackModifier and TypeFieldDescription(package private) final OpcodeStack
OpcodeStackScanner.EarlyExitException.stack
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) Constructors in edu.umd.cs.findbugs.ba with parameters of type OpcodeStack -
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 -
Uses of OpcodeStack in edu.umd.cs.findbugs.detect
Constructors in edu.umd.cs.findbugs.detect with parameters of type OpcodeStackModifierConstructorDescription(package private)
BackwardsBranch
(OpcodeStack stack, int from, int to)