BugInstance |
BugInstance.addFieldOrMethodValueSource(OpcodeStack.Item item) |
BugInstance |
BugInstance.addOptionalLocalVariable(DismantleBytecode dbc,
OpcodeStack.Item item)
Local variable adders
|
BugInstance |
BugInstance.addValueSource(OpcodeStack.Item item,
DismantleBytecode dbc) |
BugInstance |
BugInstance.addValueSource(OpcodeStack.Item item,
org.apache.bcel.classfile.Method method,
int pc) |
static BugAnnotation |
BugInstance.getFieldOrMethodValueSource(OpcodeStack.Item item) |
static LocalVariableAnnotation |
LocalVariableAnnotation.getLocalVariableAnnotation(DismantleBytecode visitor,
OpcodeStack.Item item) |
static LocalVariableAnnotation |
LocalVariableAnnotation.getLocalVariableAnnotation(org.apache.bcel.classfile.Method method,
OpcodeStack.Item item,
int pc) |
static BugAnnotation |
BugInstance.getValueSource(OpcodeStack.Item item,
org.apache.bcel.classfile.Method method,
int pc) |
static OpcodeStack.Item |
OpcodeStack.Item.merge(OpcodeStack.Item i1,
OpcodeStack.Item i2) |
void |
OpcodeStack.replace(int stackOffset,
OpcodeStack.Item value) |
void |
OpcodeStack.replaceTop(OpcodeStack.Item newTop) |
boolean |
OpcodeStack.Item.sameValue(OpcodeStack.Item that) |