Methods in edu.umd.cs.findbugs.ba.npe with parameters of type IsNullValueFrame |
void |
IsNullValueAnalysis.endTransfer(BasicBlock basicBlock,
org.apache.bcel.generic.InstructionHandle end,
IsNullValueFrame result)
|
void |
IsNullValueAnalysis.initEntryFact(IsNullValueFrame result)
|
void |
IsNullValueAnalysis.meetInto(IsNullValueFrame fact,
Edge edge,
IsNullValueFrame result)
|
void |
IsNullValueAnalysis.meetInto(IsNullValueFrame fact,
Edge edge,
IsNullValueFrame result,
boolean propagatePhiNodeInformation)
|
protected void |
IsNullValueAnalysis.mergeInto(IsNullValueFrame other,
IsNullValueFrame result)
|
void |
IsNullValueFrame.mergeKnownValuesWith(IsNullValueFrame otherFrame)
|
protected void |
IsNullValueAnalysis.mergeValues(IsNullValueFrame otherFrame,
IsNullValueFrame resultFrame,
int slot)
|
void |
IsNullValueAnalysis.transfer(BasicBlock basicBlock,
org.apache.bcel.generic.InstructionHandle end,
IsNullValueFrame start,
IsNullValueFrame result)
|
void |
IsNullValueAnalysis.transferInstruction(org.apache.bcel.generic.InstructionHandle handle,
BasicBlock basicBlock,
IsNullValueFrame fact)
|