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

Packages that use OpcodeStack.Item
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. 
 

Uses of OpcodeStack.Item in edu.umd.cs.findbugs
 

Methods in edu.umd.cs.findbugs that return OpcodeStack.Item
 OpcodeStack.Item OpcodeStack.getStackItem(int stackOffset)
           
static OpcodeStack.Item OpcodeStack.Item.merge(OpcodeStack.Item i1, OpcodeStack.Item i2)
           
 

Methods in edu.umd.cs.findbugs with parameters of type OpcodeStack.Item
static OpcodeStack.Item OpcodeStack.Item.merge(OpcodeStack.Item i1, OpcodeStack.Item i2)
           
 

Constructors in edu.umd.cs.findbugs with parameters of type OpcodeStack.Item
OpcodeStack.Item(OpcodeStack.Item it, int reg)