Uses of Class
edu.umd.cs.findbugs.ba.type.TypeFrame
Packages that use TypeFrame
-
Uses of TypeFrame in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with parameters of type TypeFrameModifier and TypeMethodDescriptionstatic Set<JavaClassAndMethod> Hierarchy.resolveMethodCallTargets(org.apache.bcel.generic.InvokeInstruction invokeInstruction, TypeFrame typeFrame, org.apache.bcel.generic.ConstantPoolGen cpg) Resolve possible method call targets.Hierarchy2.resolveMethodCallTargets(org.apache.bcel.generic.InvokeInstruction invokeInstruction, TypeFrame typeFrame, org.apache.bcel.generic.ConstantPoolGen cpg) Resolve possible method call targets. -
Uses of TypeFrame in edu.umd.cs.findbugs.ba.type
Fields in edu.umd.cs.findbugs.ba.type declared as TypeFrameMethods in edu.umd.cs.findbugs.ba.type that return TypeFrameMethods in edu.umd.cs.findbugs.ba.type with parameters of type TypeFrameModifier and TypeMethodDescriptionvoidvoidTypeAnalysis.initEntryFact(TypeFrame result) booleanTypeAnalysis.isFactValid(TypeFrame fact) voidTypeAnalysis.makeFactTop(TypeFrame fact) voidprotected voidTypeAnalysis.mergeValues(TypeFrame otherFrame, TypeFrame resultFrame, int slot) booleanvoidTypeAnalysis.transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, TypeFrame start, TypeFrame result) voidTypeAnalysis.transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, TypeFrame fact)