Uses of Class
edu.umd.cs.findbugs.ba.ResourceValue
Packages that use ResourceValue
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of ResourceValue in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as ResourceValueModifier and TypeFieldDescriptionprivate static final ResourceValue
ResourceValue.instance
private static final ResourceValue
ResourceValue.notInstance
Methods in edu.umd.cs.findbugs.ba that return ResourceValueModifier and TypeMethodDescriptionResourceValueFrameModelingVisitor.getDefaultValue()
static ResourceValue
ResourceValue.instance()
static ResourceValue
ResourceValue.merge
(ResourceValue a, ResourceValue b) static ResourceValue
ResourceValue.notInstance()
Methods in edu.umd.cs.findbugs.ba with parameters of type ResourceValueModifier and TypeMethodDescriptionstatic ResourceValue
ResourceValue.merge
(ResourceValue a, ResourceValue b) Method parameters in edu.umd.cs.findbugs.ba with type arguments of type ResourceValueModifier and TypeMethodDescriptionvoid
ResourceValueFrame.copyFrom
(Frame<ResourceValue> other_) boolean
ResourceValueFrame.sameAs
(Frame<ResourceValue> other_) -
Uses of ResourceValue in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect that return ResourceValueModifier and TypeMethodDescriptionprivate ResourceValue
Stream.getInstanceValue
(ResourceValueFrame frame, org.apache.bcel.generic.InvokeInstruction inv, org.apache.bcel.generic.ConstantPoolGen cpg)