Uses of Class
edu.umd.cs.findbugs.ba.constant.ConstantFrame
Packages that use ConstantFrame
-
Uses of ConstantFrame in edu.umd.cs.findbugs.ba.constant
Subclasses with type arguments of type ConstantFrame in edu.umd.cs.findbugs.ba.constantModifier and TypeClassDescriptionclassDataflow analysis to find constant values.classDataflow class for ConstantAnalysis.classVisitor to model the effect of bytecode instructions on ConstantFrames.Methods in edu.umd.cs.findbugs.ba.constant that return ConstantFrameMethods in edu.umd.cs.findbugs.ba.constant with parameters of type ConstantFrameModifier and TypeMethodDescriptionvoidConstantAnalysis.initEntryFact(ConstantFrame frame) voidConstantAnalysis.meetInto(ConstantFrame fact, Edge edge, ConstantFrame result) protected voidConstantAnalysis.mergeValues(ConstantFrame otherFrame, ConstantFrame resultFrame, int slot) voidConstantAnalysis.transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, ConstantFrame frame)