Uses of Class
edu.umd.cs.findbugs.OpcodeStack
-
Packages that use OpcodeStack Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.bcel -
-
Uses of OpcodeStack in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type OpcodeStack Modifier and Type Method Description static BugAnnotationBugInstance. 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 OpcodeStack Modifier and Type Method Description static OpcodeStackOpcodeStackScanner. 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 OpcodeStack Modifier and Type Field Description protected OpcodeStackOpcodeStackDetector. stack
-