FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.OpcodeStack

Packages that use OpcodeStack
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
static 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 OpcodeStack
static 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 OpcodeStack
protected  OpcodeStack OpcodeStackDetector.stack
           
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.