Uses of Annotation Interface
edu.umd.cs.findbugs.OpcodeStack.Item.SpecialKind
Packages that use OpcodeStack.Item.SpecialKind
Package
Description
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.SpecialKindModifier and TypeFieldDescriptionstatic final int
OpcodeStack.Item.AVERAGE_COMPUTED_USING_DIVISION
static final int
OpcodeStack.Item.FILE_OPENED_IN_APPEND_MODE
static final int
OpcodeStack.Item.FILE_SEPARATOR_STRING
static final int
OpcodeStack.Item.FLOAT_MATH
static final int
OpcodeStack.Item.HASHCODE_INT
static final int
OpcodeStack.Item.HASHCODE_INT_REMAINDER
static final int
OpcodeStack.Item.INTEGER_SUM
static final int
OpcodeStack.Item.LOW_8_BITS_CLEAR
static final int
OpcodeStack.Item.MATH_ABS
static final int
OpcodeStack.Item.MATH_ABS_OF_HASHCODE
static final int
OpcodeStack.Item.MATH_ABS_OF_RANDOM
static final int
OpcodeStack.Item.NASTY_FLOAT_MATH
static final int
OpcodeStack.Item.NEWLY_ALLOCATED
static final int
OpcodeStack.Item.NON_NEGATIVE
static final int
OpcodeStack.Item.NONZERO_MEANS_NULL
static final int
OpcodeStack.Item.NOT_SPECIAL
static final int
OpcodeStack.Item.RANDOM_INT
static final int
OpcodeStack.Item.RANDOM_INT_REMAINDER
static final int
OpcodeStack.Item.RESULT_OF_I2L
static final int
OpcodeStack.Item.RESULT_OF_L2I
static final int
OpcodeStack.Item.SERVLET_OUTPUT
static final int
OpcodeStack.Item.SERVLET_REQUEST_TAINTED
static final int
OpcodeStack.Item.SIGNED_BYTE
private int
OpcodeStack.Item.specialKind
static final int
OpcodeStack.Item.TYPE_ONLY
static final int
OpcodeStack.Item.ZERO_MEANS_NULL
Methods in edu.umd.cs.findbugs with annotations of type OpcodeStack.Item.SpecialKindModifier and TypeMethodDescription(package private) static int
OpcodeStack.Item.asSpecialKind
(int kind) static int
OpcodeStack.Item.defineSpecialKind
(String name) Define a new special kind and name it as specified.int
OpcodeStack.Item.getSpecialKind()
int
OpcodeStack.Item.getSpecialKindForAbs()
int
OpcodeStack.Item.getSpecialKindForRemainder()
Method parameters in edu.umd.cs.findbugs with annotations of type OpcodeStack.Item.SpecialKindModifier and TypeMethodDescriptionOpcodeStack.Item.cloneAndSetSpecialKind
(int specialKind) OpcodeStack.Item.getSpecialKindName
(int specialKind) void
OpcodeStack.Item.setSpecialKind
(int specialKind)