Uses of Class
edu.umd.cs.findbugs.ba.ReturnPath
Packages that use ReturnPath
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of ReturnPath in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return ReturnPathMethods in edu.umd.cs.findbugs.ba with parameters of type ReturnPathModifier and TypeMethodDescriptionvoid
ReturnPathAnalysis.copy
(ReturnPath source, ReturnPath dest) void
ReturnPath.copyFrom
(ReturnPath other) void
ReturnPathAnalysis.initEntryFact
(ReturnPath fact) boolean
ReturnPathAnalysis.isFactValid
(ReturnPath fact) boolean
ReturnPathAnalysis.isTop
(ReturnPath fact) void
ReturnPathAnalysis.makeFactTop
(ReturnPath fact) void
ReturnPathAnalysis.meetInto
(ReturnPath fact, Edge edge, ReturnPath result) void
ReturnPath.mergeWith
(ReturnPath other) boolean
ReturnPathAnalysis.same
(ReturnPath fact1, ReturnPath fact2) boolean
ReturnPath.sameAs
(ReturnPath other) void
ReturnPathAnalysis.transferInstruction
(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, ReturnPath fact)