Uses of Interface
edu.umd.cs.findbugs.ba.PathVisitor
Packages that use PathVisitor
-
Uses of PathVisitor in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with parameters of type PathVisitorModifier and TypeMethodDescriptionvoid
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.