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
Subclasses with type arguments of type TypeFrame in edu.umd.cs.findbugs.ba.typeModifier and TypeClassDescriptionclassA forward dataflow analysis to determine the types of all values in the Java stack frame at all points in a Java method.classclassVisitor to model the effects of bytecode instructions on the types of the values (local and operand stack) in Java stack frames.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)