Uses of Class
edu.umd.cs.findbugs.OpcodeStack.Item
-
Packages that use OpcodeStack.Item 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. -
-
Uses of OpcodeStack.Item in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return OpcodeStack.Item Modifier and Type Method Description OpcodeStack.ItemOpcodeStack.Item. cloneAndSetSpecialKind(int specialKind)OpcodeStack.ItemOpcodeStack. getItemMethodInvokedOn(DismantleBytecode dbc)OpcodeStack.ItemOpcodeStack. getLVValue(int index)OpcodeStack.ItemOpcodeStack. getStackItem(int stackOffset)static OpcodeStack.ItemOpcodeStack.Item. merge(OpcodeStack.Item i1, OpcodeStack.Item i2)static OpcodeStack.ItemOpcodeStack.Item. nullItem(java.lang.String signature)Constructors in edu.umd.cs.findbugs with parameters of type OpcodeStack.Item Constructor Description Item(OpcodeStack.Item it)Item(OpcodeStack.Item it, int reg) -
Uses of OpcodeStack.Item in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return OpcodeStack.Item Modifier and Type Method Description OpcodeStack.ItemFieldSummary. getSummary(XField field)Methods in edu.umd.cs.findbugs.ba that return types with arguments of type OpcodeStack.Item Modifier and Type Method Description static java.util.Map<java.lang.Integer,OpcodeStack.Item>PutfieldScanner. getPutfieldsFor(org.apache.bcel.classfile.JavaClass theClass, org.apache.bcel.classfile.Method method, XField field)Methods in edu.umd.cs.findbugs.ba with parameters of type OpcodeStack.Item Modifier and Type Method Description voidFieldSummary. mergeSummary(XField fieldOperand, OpcodeStack.Item mergeValue)
-