Uses of Class
edu.umd.cs.findbugs.OpcodeStack.Item.SpecialKind
-
Packages that use OpcodeStack.Item.SpecialKind 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. -
-
Uses of OpcodeStack.Item.SpecialKind in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type OpcodeStack.Item.SpecialKind Modifier and Type Field Description static intOpcodeStack.Item. AVERAGE_COMPUTED_USING_DIVISIONstatic intOpcodeStack.Item. FILE_OPENED_IN_APPEND_MODEstatic intOpcodeStack.Item. FILE_SEPARATOR_STRINGstatic intOpcodeStack.Item. FLOAT_MATHstatic intOpcodeStack.Item. HASHCODE_INTstatic intOpcodeStack.Item. HASHCODE_INT_REMAINDERstatic intOpcodeStack.Item. INTEGER_SUMstatic intOpcodeStack.Item. LOW_8_BITS_CLEARstatic intOpcodeStack.Item. MATH_ABSstatic intOpcodeStack.Item. NASTY_FLOAT_MATHstatic intOpcodeStack.Item. NEWLY_ALLOCATEDstatic intOpcodeStack.Item. NON_NEGATIVEstatic intOpcodeStack.Item. NONZERO_MEANS_NULLstatic intOpcodeStack.Item. NOT_SPECIALstatic intOpcodeStack.Item. RANDOM_INTstatic intOpcodeStack.Item. RANDOM_INT_REMAINDERstatic intOpcodeStack.Item. SERVLET_REQUEST_TAINTEDstatic intOpcodeStack.Item. SIGNED_BYTEstatic intOpcodeStack.Item. ZERO_MEANS_NULLMethods in edu.umd.cs.findbugs with annotations of type OpcodeStack.Item.SpecialKind Modifier and Type Method Description intOpcodeStack.Item. getSpecialKind()Method parameters in edu.umd.cs.findbugs with annotations of type OpcodeStack.Item.SpecialKind Modifier and Type Method Description OpcodeStack.ItemOpcodeStack.Item. cloneAndSetSpecialKind(int specialKind)voidOpcodeStack.Item. setSpecialKind(int specialKind)
-