Uses of Interface
edu.umd.cs.findbugs.ba.PathVisitor
-
Packages that use PathVisitor Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.detect -
-
Uses of PathVisitor in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with parameters of type PathVisitor Modifier and Type Method Description void
Path. acceptVisitor(CFG cfg, PathVisitor visitor)
Accept a PathVisitor.void
Path. acceptVisitorStartingFromLocation(CFG cfg, PathVisitor visitor, BasicBlock startBlock, org.apache.bcel.generic.InstructionHandle startHandle)
Accept a PathVisitor, starting from a given BasicBlock and InstructionHandle. -
Uses of PathVisitor in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement PathVisitor Modifier and Type Class Description private class
FindUnsatisfiedObligation.MethodChecker.PostProcessingPathVisitor
Helper class to apply the false-positive suppression heuristics along a Path where an obligation leak might have occurred.
-