Uses of Class
edu.umd.cs.findbugs.ba.ResourceValueFrameModelingVisitor
Packages that use ResourceValueFrameModelingVisitor
-
Uses of ResourceValueFrameModelingVisitor in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return ResourceValueFrameModelingVisitorModifier and TypeMethodDescriptionResourceTracker.createVisitor
(Resource resource, org.apache.bcel.generic.ConstantPoolGen cpg) Create a ResourceValueFrameModelingVisitor to model the effect of instructions on the state of the resource. -
Uses of ResourceValueFrameModelingVisitor in edu.umd.cs.findbugs.detect
Subclasses of ResourceValueFrameModelingVisitor in edu.umd.cs.findbugs.detectModifier and TypeClassDescriptionclass
A visitor to model the effect of instructions on the status of the resource (in this case, Streams).Methods in edu.umd.cs.findbugs.detect that return ResourceValueFrameModelingVisitorModifier and TypeMethodDescriptionStreamResourceTracker.createVisitor
(Stream resource, org.apache.bcel.generic.ConstantPoolGen cpg)