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 -
-
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. initialArgument(java.lang.String signature, int reg)static OpcodeStack.ItemOpcodeStack.Item. merge(OpcodeStack.Item i1, OpcodeStack.Item i2)static OpcodeStack.ItemOpcodeStack.Item. nullItem(java.lang.String signature)static OpcodeStack.ItemOpcodeStack.Item. typeOnly(java.lang.String signature)Methods in edu.umd.cs.findbugs with parameters of type OpcodeStack.Item Modifier and Type Method Description BugInstanceBugInstance. addFieldOrMethodValueSource(OpcodeStack.Item item)BugInstanceBugInstance. addOptionalLocalVariable(DismantleBytecode dbc, OpcodeStack.Item item)Local variable addersBugInstanceBugInstance. addValueSource(OpcodeStack.Item item, DismantleBytecode dbc)BugInstanceBugInstance. addValueSource(OpcodeStack.Item item, org.apache.bcel.classfile.Method method, int pc)static BugAnnotationBugInstance. getFieldOrMethodValueSource(OpcodeStack.Item item)static LocalVariableAnnotationLocalVariableAnnotation. getLocalVariableAnnotation(DismantleBytecode visitor, OpcodeStack.Item item)static LocalVariableAnnotationLocalVariableAnnotation. getLocalVariableAnnotation(org.apache.bcel.classfile.Method method, OpcodeStack.Item item, int pc)static BugAnnotationBugInstance. getValueSource(OpcodeStack.Item item, org.apache.bcel.classfile.Method method, int pc)static OpcodeStack.ItemOpcodeStack.Item. merge(OpcodeStack.Item i1, OpcodeStack.Item i2)voidOpcodeStack. replace(int stackOffset, OpcodeStack.Item value)voidOpcodeStack. replaceTop(OpcodeStack.Item newTop)booleanOpcodeStack.Item. sameValue(OpcodeStack.Item that)Constructors in edu.umd.cs.findbugs with parameters of type OpcodeStack.Item Constructor Description Item(OpcodeStack.Item it)Item(OpcodeStack.Item it, int reg)Item(OpcodeStack.Item it, java.lang.String signature) -
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)
-