Uses of Class
edu.umd.cs.findbugs.ba.ResourceValueFrameModelingVisitor
-
Packages that use ResourceValueFrameModelingVisitor 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 ResourceValueFrameModelingVisitor in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as ResourceValueFrameModelingVisitor Modifier and Type Field Description private ResourceValueFrameModelingVisitor
ResourceValueAnalysis. visitor
Methods in edu.umd.cs.findbugs.ba that return ResourceValueFrameModelingVisitor Modifier and Type Method Description ResourceValueFrameModelingVisitor
ResourceTracker. 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.detect Modifier and Type Class Description private static class
FindUnreleasedLock.LockFrameModelingVisitor
class
StreamFrameModelingVisitor
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 ResourceValueFrameModelingVisitor Modifier and Type Method Description ResourceValueFrameModelingVisitor
FindUnreleasedLock.LockResourceTracker. createVisitor(Lock resource, org.apache.bcel.generic.ConstantPoolGen cpg)
ResourceValueFrameModelingVisitor
StreamResourceTracker. createVisitor(Stream resource, org.apache.bcel.generic.ConstantPoolGen cpg)
-