Uses of Class
edu.umd.cs.findbugs.ba.constant.ConstantFrame
-
Packages that use ConstantFrame Package Description edu.umd.cs.findbugs.ba.constant -
-
Uses of ConstantFrame in edu.umd.cs.findbugs.ba.constant
Methods in edu.umd.cs.findbugs.ba.constant that return ConstantFrame Modifier and Type Method Description ConstantFrame
ConstantAnalysis. createFact()
Methods in edu.umd.cs.findbugs.ba.constant with parameters of type ConstantFrame Modifier and Type Method Description void
ConstantAnalysis. initEntryFact(ConstantFrame frame)
void
ConstantAnalysis. meetInto(ConstantFrame fact, Edge edge, ConstantFrame result)
protected void
ConstantAnalysis. mergeValues(ConstantFrame otherFrame, ConstantFrame resultFrame, int slot)
void
ConstantAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, ConstantFrame frame)
-